mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #34233 -- Updated black target-version to Python 3.10.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user