Skip to content

Commit 41bae63

Browse files
ambvgvanrossum
authored andcommitted
Synchronize flake8 exclusions with .gitignore (#2803)
1 parent ed7d0c0 commit 41bae63

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.cfg

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
max-line-length = 99
33
# typeshed and unit test fixtures have .pyi-specific flake8 configuration
44
exclude =
5+
# .gitignore'd directories
6+
build/*,
7+
docs/build/*,
8+
out/*,
9+
.venv/*,
10+
.cache/*,
11+
.mypy_cache/*,
512
# Sphinx configuration is irrelevant
613
docs/source/conf.py,
714
# external library with incompatible style

0 commit comments

Comments
 (0)