This commit is contained in:
2024-03-09 21:17:19 +02:00
parent 5c4997e137
commit aa518c6a97
6 changed files with 25 additions and 26 deletions

View File

@ -56,7 +56,7 @@ message = "Bump version: {current_version} → {new_version}"
[[tool.bumpversion.files]]
filename = "src/sdlv_api_client/__init__.py"
filename = "src/api_client/__init__.py"
[tool.black]
@ -64,9 +64,7 @@ line-length = 160
target-version = ['py311']
include = '\.pyi?$'
extend-exclude = '''(
migrations/*
| .git/*
| media/*
)'''
workers = 4