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 b111fcb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ignore = E117, W191, W504
exclude = .venv/, src/djpaypal/migrations/
inline-quotes = double
max-line-length = 92
7 changes: 7 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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 b111fcb

Please sign in to comment.