Skip to content

Commit bac9f97

Browse files
author
Krystle Salazar
committed
Exclude folders of templates & assets from lints
1 parent a70830c commit bac9f97

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.flake8

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
max-line-length = 119
33
exclude =
44
.git,
5-
migrations
5+
migrations,
6+
static,
7+
staticfiles,
8+
templates,

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ exclude = '''
1010
| buck-out
1111
| build
1212
| dist
13-
| venv
1413
| migrations
14+
| static
15+
| staticfiles
16+
| templates
17+
| venv
1518
)/
1619
'''

0 commit comments

Comments
 (0)