Skip to content

Commit

Permalink
Tweak ancient pre-commit configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
slott56 committed May 20, 2024
1 parent dc3648e commit 48d763b
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
# - id: flake8

- repo: https://github.com/timothycrosley/isort
rev: 5.6.4
rev: 5.12.0
hooks:
- id: isort
additional_dependencies: [pyproject, toml]
Expand Down
75 changes: 74 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pytest = "^8.2.1"
pytest-cov = "^5.0.0"
sphinx = "^6.0"
tox = "^4.15.0"
pre-commit = "^3.5"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 48d763b

Please sign in to comment.