mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
Fix indentation contains tabs (flake8 E101,W191) (#1573)
This commit is contained in:
parent
dbaedd4ed7
commit
b838f1042c
|
@ -5,7 +5,7 @@ before_install: pip install --upgrade pip setuptools
|
|||
install: pip install -r requirements.txt
|
||||
before_script:
|
||||
- black --check . || true
|
||||
- flake8 . --count --select=E9,F4,F63,F7,F82 --show-source --statistics
|
||||
- flake8 . --count --select=E101,E9,F4,F63,F7,F82,W191 --show-source --statistics
|
||||
script:
|
||||
- scripts/validate_filenames.py # no uppercase, no spaces, in a directory
|
||||
- mypy --ignore-missing-imports .
|
||||
|
|
Loading…
Reference in New Issue
Block a user