Skip to content

Commit 581c79e

Browse files
committed
fix flake8 config - ignore tests
1 parent 772beaa commit 581c79e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.flake8

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ ignore =C, T003, M502, N802, F405, T001, D100, D101, D104, D105, D107
3737

3838
#select = B
3939

40-
# Do not expect extensive documentation in tests
41-
extend-ignore = D100,D101,D102,D103 ./tests/*
42-
4340
exclude =
4441
.tox,
4542
.git,
@@ -52,7 +49,7 @@ exclude =
5249
*.pyc,
5350
.git,
5451
__pycache__,
55-
test_*.py
52+
tests
5653
;enable docstrings for tests eventually
5754

5855
max-line-length = 130

0 commit comments

Comments
 (0)