Skip to content

Commit

Permalink
Merge pull request #96 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 9b30b04 + facb6ea commit 18492be
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,7 +1,7 @@
---
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.9"
rev: "v0.5.6"
hooks:
- id: ruff
args:
Expand All @@ -11,12 +11,12 @@ repos:
- --config=pyproject.toml

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.1
hooks:
- id: mypy
language_version: python3.9
additional_dependencies:
- types-all
- types-toml

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
Expand Down

0 comments on commit 18492be

Please sign in to comment.