Skip to content

Commit

Permalink
exclude version from black
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside committed Jun 25, 2024
1 parent dd6559f commit a26f937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ target-version = ['py38']
exclude = '''
/(
| src/dbx/templates/projects
| src/dbx/_version.py
| build
| .venv
| out
)/
'''
extend-exclude = "src/dbx/_version.py"

[tool.pytest.ini_options]
addopts = "-s -p no:warnings --timeout=3600 --ignore-glob='src/dbx/templates/*'"
Expand Down

0 comments on commit a26f937

Please sign in to comment.