Skip to content

Commit

Permalink
Bump mypy, ruff versions
Browse files Browse the repository at this point in the history
- mypy v1.11.1 → v1.12.0
- ruff v0.6.0 → v0.6.9
  • Loading branch information
khaeru committed Oct 15, 2024
1 parent 85e8ff0 commit 2b620e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.12.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -15,7 +15,7 @@ repos:
- types-requests
args: []
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.0
rev: v0.6.9
hooks:
- id: ruff
- id: ruff-format
Expand Down

0 comments on commit 2b620e2

Please sign in to comment.