1
0
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:
David Smith 2023-06-11 13:57:13 +01:00 committed by GitHub
parent 221c27bd6a
commit e9bd5b4876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,5 +3,5 @@ requires = ['setuptools>=40.8.0']
build-backend = 'setuptools.build_meta' build-backend = 'setuptools.build_meta'
[tool.black] [tool.black]
target-version = ['py38'] target-version = ['py310']
force-exclude = 'tests/test_runner_apps/tagged/tests_syntax_error.py' force-exclude = 'tests/test_runner_apps/tagged/tests_syntax_error.py'