Skip to content

Commit

Permalink
Merge pull request #43 from blackary/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
blackary authored Aug 5, 2024
2 parents 6f4327e + 8dfb90d commit 72397f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.5.6
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.0"
rev: "v1.11.1"
hooks:
- id: mypy
args:
- --ignore-missing-imports
- --follow-imports=silent
additional_dependencies:
- types-all

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 # Use the ref you want to point at
hooks:
Expand Down

0 comments on commit 72397f7

Please sign in to comment.