Skip to content

Commit 378c10a

Browse files
authored
Merge pull request #81 from cclauss/patch-3
CircleCI: Add more flake8 tests
2 parents 222230a + 7464af5 commit 378c10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ my-steps: &steps
77
- run: python --version ; pip --version ; pwd ; ls -l
88
- run: pip install --user .
99
# stop the build if there are Python syntax errors or undefined names
10-
- run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
10+
- run: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
1111
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
1212
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
1313
- run: pytest

0 commit comments

Comments
 (0)