mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Upgrade pre-commit tools; Update black and isort to Python 3.8 profiles
This commit is contained in:
@@ -112,8 +112,7 @@ path = "anymail/_version.py"
|
||||
|
||||
[tool.black]
|
||||
force-exclude = '^/tests/test_settings/settings_.*\.py'
|
||||
max-line-length = 88
|
||||
target-version = ["py37"]
|
||||
target-version = ["py38"]
|
||||
|
||||
[tool.doc8]
|
||||
# for now, Anymail allows longer lines in docs source:
|
||||
@@ -126,4 +125,4 @@ max-line-length = 120
|
||||
combine_as_imports = true
|
||||
known_first_party = "anymail"
|
||||
profile = "black"
|
||||
py_version = "37"
|
||||
py_version = "38"
|
||||
|
||||
Reference in New Issue
Block a user