Skip to content

Commit 2b3a884

Browse files
gnpriceddfisher
authored andcommitted
lint: sync flake8 excludes from gitignore (#3029)
1 parent d22656f commit 2b3a884

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

setup.cfg

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
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/*,
5+
# from .gitignore: directories, and file patterns that intersect with *.py
6+
build,
7+
@*,
8+
env,
9+
docs/build,
10+
out,
11+
.venv,
12+
.mypy_cache,
13+
.cache,
1214
# Sphinx configuration is irrelevant
1315
docs/source/conf.py,
1416
# external library with incompatible style

0 commit comments

Comments
 (0)