We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6362555 + da85322 commit 5ee9329Copy full SHA for 5ee9329
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
12
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
# Ruff version.
15
- rev: 'v0.12.3'
+ rev: 'v0.12.8'
16
17
# Run the linter.
18
- id: ruff
@@ -27,7 +27,7 @@ repos:
27
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.16.1
+ rev: v1.17.1
31
32
- id: mypy
33
0 commit comments