Skip to content

Commit b6f234e

Browse files
committed
.flake8
1 parent 0ed3e0f commit b6f234e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.flake8

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[flake8]
2+
3+
extend-ignore =
4+
F403
5+
F405
6+
exclude =
7+
build
8+
dist
9+
doc
10+
env
11+
venv
12+
example
13+
tmp
14+
_*

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Run flake8
4646
run: |
47-
python -m flake8 --exclude=build,doc,example,tmp --extend-ignore=F403,F405
47+
python -m flake8
4848
if: matrix.platform == 'ubuntu-latest'
4949

5050
- name: Run tests

0 commit comments

Comments
 (0)