Skip to content

Commit 77ecd18

Browse files
add flake8 configuration (mage-ai#2391)
1 parent 17f3f47 commit 77ecd18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .flake8

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[flake8]
2+
ignore = E121,E126,W503,W504
3+
exclude = mage_ai/data_preparation/templates,mage_ai/orchestration/db/migrations/versions
4+
max-line-length = 100

0 commit comments

Comments
 (0)