We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9314dff commit 8a378e0Copy full SHA for 8a378e0
.github/workflows/flake8.yml
@@ -61,7 +61,3 @@ jobs:
61
# W191 indentation contains tabs
62
run: |
63
python -m flake8 . --count --select=E9,F63,F7,F82 --doctests --show-source --statistics
64
- - name: "Benchmark Flake8 performance"
65
- run: |
66
- python -m flake8 . --max-complexity=10 --count --benchmark --show-source --statistics
67
- # yamllint enable rule:line-length
0 commit comments