Skip to content

Commit

Permalink
test: configuring flake8 lint to ignore migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Jan 11, 2024
1 parent 4d2046e commit ae1ea97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/.flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[flake8]
max-line-length = 100
max-line-length = 100
exclude = migrations/*

0 comments on commit ae1ea97

Please sign in to comment.