Skip to content

Commit a5ede42

Browse files
authored
Travis CI: Add a flake8 test for unused imports
1 parent 734e7c8 commit a5ede42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before_install: pip install --upgrade pip setuptools
66
install: pip install -r requirements.txt
77
before_script:
88
- black --check . || true
9-
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
9+
- flake8 . --count --select=E9,F401,F63,F7,F82 --show-source --statistics
1010
script:
1111
- mypy --ignore-missing-imports .
1212
#- IGNORE="data_structures,file_transfer_protocol,graphs,machine_learning,maths,neural_network,project_euler"

0 commit comments

Comments
 (0)