Skip to content

Commit

Permalink
update precommit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pfackeldey committed Aug 6, 2024
1 parent b421ef6 commit 94886b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -20,19 +20,19 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.3"
rev: "v0.5.6"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.3.3
rev: v0.5.6
hooks:
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.9.0"
rev: "v1.11.1"
hooks:
- id: mypy
files: src|tests
Expand Down

0 comments on commit 94886b2

Please sign in to comment.