Skip to content

Commit 4b0522a

Browse files
committed
Add flake8 file and extend line length to 100 characters
1 parent b7ba753 commit 4b0522a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.flake8

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[flake8]
2+
max-line-length = 100
3+
exclude =
4+
migrations

0 commit comments

Comments
 (0)