We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70830c commit bac9f97Copy full SHA for bac9f97
.flake8
@@ -2,4 +2,7 @@
2
max-line-length = 119
3
exclude =
4
.git,
5
- migrations
+ migrations,
6
+ static,
7
+ staticfiles,
8
+ templates,
pyproject.toml
@@ -10,7 +10,10 @@ exclude = '''
10
| buck-out
11
| build
12
| dist
13
- | venv
14
| migrations
+ | static
15
+ | staticfiles
16
+ | templates
17
+ | venv
18
)/
19
'''
0 commit comments