Skip to content

Commit

Permalink
config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed May 1, 2022
1 parent 6482d56 commit b6364e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[flake8]
ignore =
E501,
E203,
W503
ignore = E501, E203, W503
exclude = conreq/templates/*
3 changes: 0 additions & 3 deletions .isort.cfg

This file was deleted.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[tool.black]
target-version = ['py39']
extend-exclude = 'migrations'

[tool.isort]
profile = 'black'
skip = 'migrations'

0 comments on commit b6364e7

Please sign in to comment.