We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c30ec commit 32bfdb5Copy full SHA for 32bfdb5
.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 # Use the ref you want to point at
+ rev: v6.0.0 # Use the ref you want to point at
4
hooks:
5
- id: trailing-whitespace
6
- id: check-ast
@@ -16,7 +16,7 @@ repos:
16
- id: check-toml
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: 'v0.11.4'
+ rev: 'v0.12.8'
20
21
- id: ruff
22
args: [--fix, --exit-non-zero-on-fix]
@@ -25,7 +25,7 @@ repos:
25
types_or: [python, jupyter]
26
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.15.0
+ rev: v1.17.1
29
30
- id: mypy
31
entry: python3 -m mypy --config-file pyproject.toml
0 commit comments