Skip to content

Commit 6b544bc

Browse files
committed
add flake8 config
1 parent 9b8aca0 commit 6b544bc

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.flake8

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[flake8]
2+
max-complexity = 12
3+
max-line-length = 120
4+
exclude =
5+
.*/
6+
__pycache__
7+
docs
8+
~build
9+
dist
10+
*.md
11+
12+
per-file-ignores =
13+
src/**/migrations/*.py:E501

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
!.editorconfig
66
!.pre-commit-config.yaml
77
!.readthedocs.yaml
8+
!.flake8
89
coverage.xml
910
notes.txt
1011
build/

0 commit comments

Comments
 (0)