Skip to content

Commit 8a378e0

Browse files
committed
Update flake8.yml
1 parent 9314dff commit 8a378e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/flake8.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,3 @@ jobs:
6161
# W191 indentation contains tabs
6262
run: |
6363
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

Comments
 (0)