Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lock file
Browse files Browse the repository at this point in the history
bdsoha committed Oct 31, 2023
1 parent 31d6d98 commit 3358d4b
Showing 3 changed files with 487 additions and 283 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -34,4 +34,4 @@ jobs:
poetry install
poetry run python -m unittest -v tests/*.py
- name: Run static checks
run: pre-commit run --all-files
run: poetry run pre-commit run --all-files
766 changes: 485 additions & 281 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ pylint = "^2.7"
rope = "^0.14.0"
isort = "^4.3"
black = "^22.12.0"
pre-commit = "^3.0.4"
pre-commit = "^3.5.0"

[tool.black]
line-length = 120

0 comments on commit 3358d4b

Please sign in to comment.