Skip to content

Commit

Permalink
Merge pull request #40 from blackary/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
blackary authored Jun 17, 2024
2 parents fa51ae4 + a78ad8c commit 6f4327e
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,12 +1,12 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.4.9
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.9.0"
rev: "v1.10.0"
hooks:
- id: mypy
args:
Expand All @@ -15,6 +15,6 @@ repos:
additional_dependencies:
- types-all
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Use the ref you want to point at
rev: v4.6.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace

0 comments on commit 6f4327e

Please sign in to comment.