Skip to content

Commit

Permalink
Update locked python dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Oct 21, 2024
1 parent 29362f2 commit 2108f51
Show file tree
Hide file tree
Showing 3 changed files with 633 additions and 629 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ repos:
- id: no-commit-to-branch
args: [--branch, master]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.9"
rev: "v0.7.0"
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.4"
rev: "2.4.3"
hooks:
- id: pyproject-fmt
- repo: https://github.com/crate-ci/typos
rev: "v1.25.0"
rev: "v1.26.0"
hooks:
- id: typos
- repo: https://github.com/econchick/interrogate
Expand Down
Loading

0 comments on commit 2108f51

Please sign in to comment.