We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488f438 commit c1dda2fCopy full SHA for c1dda2f
1 file changed
.pre-commit-config.yaml
@@ -5,14 +5,14 @@ ci:
5
6
repos:
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.12.2
+ rev: v0.13.3
9
hooks:
10
- id: ruff
11
args: [--fix]
12
- id: ruff-format
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v5.0.0
+ rev: v6.0.0
16
17
- id: check-case-conflict
18
- id: check-symlinks
@@ -30,7 +30,7 @@ repos:
30
args: [--check-filenames]
31
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v1.16.1
+ rev: v1.18.2
34
35
- id: mypy
36
exclude: (tests|examples)/
0 commit comments