Skip to content

Commit

Permalink
added pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Sep 18, 2023
1 parent ba4fc61 commit 72524fc
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 42 deletions.
169 changes: 127 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pytest-env = "^0.8.2"
pytest-httpx = "^0.22.0"
pytest-timeout = "^2.1.0"
pytest = "^7.4.0"
pre-commit = "^3.4.0"

[tool.pytest.ini_options]
env = [
Expand All @@ -72,6 +73,7 @@ env = [
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"
script = "pre-commit install"

[tool.black]
line-length = 119
Expand Down

0 comments on commit 72524fc

Please sign in to comment.