Skip to content

Commit

Permalink
chore: Re-add linting config
Browse files Browse the repository at this point in the history
  • Loading branch information
joolean committed Feb 29, 2024
1 parent bbf4dfd commit 8d4c040
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
ignore = E117, W191, W504
exclude = .venv/, src/djpaypal/migrations/
inline-quotes = double
max-line-length = 92
8 changes: 8 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[isort]
indent = tab
line_length = 92
lines_after_imports = 2
balanced_wrapping = True
default_section = THIRDPARTY
known_first_party = djpaypal
multi_line_output = 5

0 comments on commit 8d4c040

Please sign in to comment.