Skip to content

Commit

Permalink
Update locked dependencies (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix authored Aug 5, 2024
1 parent e77d978 commit 1c142c0
Show file tree
Hide file tree
Showing 4 changed files with 794 additions and 749 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.5.0"
rev: "v0.5.6"
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.1.3"
rev: "2.2.1"
hooks:
- id: pyproject-fmt
- repo: https://github.com/crate-ci/typos
rev: "v1.22.9"
rev: "v1.23.6"
hooks:
- id: typos
- repo: https://github.com/econchick/interrogate
Expand Down
Loading

0 comments on commit 1c142c0

Please sign in to comment.