1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-21 23:37:55 +00:00
bramw_baserow/plugin-boilerplate/{{ cookiecutter.project_slug }}/plugins/{{ cookiecutter.project_module }}/backend/pyproject.toml

8 lines
66 B
TOML

[tool.black]
exclude = '''
/(
| migrations
| generated
)/
'''