mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Refs #34233 -- Updated black target-version to Python 3.10.
This commit is contained in:
parent
221c27bd6a
commit
e9bd5b4876
@ -3,5 +3,5 @@ requires = ['setuptools>=40.8.0']
|
||||
build-backend = 'setuptools.build_meta'
|
||||
|
||||
[tool.black]
|
||||
target-version = ['py38']
|
||||
target-version = ['py310']
|
||||
force-exclude = 'tests/test_runner_apps/tagged/tests_syntax_error.py'
|
||||
|
Loading…
Reference in New Issue
Block a user