We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8aca0 commit 6b544bcCopy full SHA for 6b544bc
.flake8
@@ -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
@@ -5,6 +5,7 @@
!.editorconfig
!.pre-commit-config.yaml
!.readthedocs.yaml
+!.flake8
coverage.xml
notes.txt
build/
0 commit comments