Skip to content
Snippets Groups Projects
Unverified Commit 67387b94 authored by Pavel Kirilin's avatar Pavel Kirilin :alien:
Browse files

Updated pre-commit run command.


Signed-off-by: default avatarPavel Kirilin <win10@list.ru>
parent f654168a
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,8 @@ def init_repo():
hook=None,
verbose=False,
color=True,
show_diff_on_failure=False
show_diff_on_failure=False,
is_squash_merge=False,
)
pre_commit.run(
config_file=pre_commit_constants.CONFIG_FILE,
......
[tool.poetry]
name = "fastapi_template"
version = "1.2.2"
version = "1.2.3"
description = "Feature-rich robust FastAPI template"
authors = ["Pavel Kirilin <win10@list.ru>"]
packages = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment