WIP
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user