We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0a6a8 commit 5e93e1bCopy full SHA for 5e93e1b
.circleci/config.yml
@@ -6,7 +6,7 @@ my-steps: &steps
6
- run: sudo pip install flake8 pytest
7
- run: python --version ; pip --version ; pwd ; ls -l
8
# stop the build if there are Python syntax errors or undefined names
9
- - run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
+ - run: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
10
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
11
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
12
#- run: pytest # test_s2gs test_replays
0 commit comments