mirror of
https://github.com/django/django.git
synced 2024-11-21 19:09:18 +01:00
8 lines
200 B
TOML
8 lines
200 B
TOML
[build-system]
|
|
requires = ['setuptools>=40.8.0']
|
|
build-backend = 'setuptools.build_meta'
|
|
|
|
[tool.black]
|
|
target-version = ['py310']
|
|
force-exclude = 'tests/test_runner_apps/tagged/tests_syntax_error.py'
|