Skip to content

Commit

Permalink
flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jun 13, 2024
1 parent 77cfcef commit dc65dda
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[flake8]
exclude =
venv,
**/migrations/*
# So flake8 plays nicely with black
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html
max-line-length = 120
extend-ignore = E203

0 comments on commit dc65dda

Please sign in to comment.