Skip to content

Commit d36e150

Browse files
committed
Ignore benches
1 parent 7818fd2 commit d36e150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
- name: install flake8
161161
run: python -m pip install flake8
162162
- name: run lint
163-
run: flake8 . --count --exclude=./.*,./Lib,./vm/Lib,./benches/benchmarks --select=E9,F63,F7,F82 --show-source --statistics
163+
run: flake8 . --count --exclude=./.*,./Lib,./vm/Lib,./benches/ --select=E9,F63,F7,F82 --show-source --statistics
164164
miri:
165165
name: Run tests under miri
166166
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)