Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
flake8, isort: Simplify exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 31, 2021
1 parent 20f1694 commit 99ac8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# From https://black.readthedocs.io/en/stable/compatible_configs.html

[flake8]
exclude = content/migrations, country/migrations
exclude = migrations
max-line-length = 119
extend-ignore = E203, W503, E722

[isort]
skip = content/migrations, country/migrations
skip = migrations
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
Expand Down

0 comments on commit 99ac8bd

Please sign in to comment.