diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..b0ee932 --- /dev/null +++ b/.flake8 @@ -0,0 +1,4 @@ +ignore = E117, W191, W504 +exclude = .venv/, src/djpaypal/migrations/ +inline-quotes = double +max-line-length = 92 diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 0000000..1d006a6 --- /dev/null +++ b/.isort.cfg @@ -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