Skip to content

Commit

Permalink
chore: update pre-commit hooks (#94)
Browse files Browse the repository at this point in the history
update pre-commit hooks

Signed-off-by: gruebel <[email protected]>
  • Loading branch information
gruebel authored Sep 2, 2024
1 parent 7b34822 commit 3327c8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
default_stages: [commit]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.6.3
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-toml
- id: check-yaml
- id: trailing-whitespace
- id: check-merge-conflict

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.11.2
hooks:
- id: mypy
args: [--python-version=3.8]
Expand Down

0 comments on commit 3327c8e

Please sign in to comment.