1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-03-13 12:13:23 +00:00
bramw_baserow/plugin-boilerplate/{{ cookiecutter.project_slug }}/plugins/{{ cookiecutter.project_module }}/backend/pyproject.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
66 B
TOML
Raw Normal View History

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