mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #33476 -- Adjusted docs and config files for Black.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
committed by
Mariusz Felisiak
parent
6f185a53a2
commit
ba94488196
@@ -1,3 +1,7 @@
|
||||
[build-system]
|
||||
requires = ['setuptools>=40.8.0', 'wheel']
|
||||
build-backend = 'setuptools.build_meta:__legacy__'
|
||||
|
||||
[tool.black]
|
||||
target-version = ['py38']
|
||||
extend-exclude = 'tests/test_runner_apps/tagged/tests_syntax_error.py'
|
||||
|
||||
Reference in New Issue
Block a user