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 77bf71b commit 1cc9006Copy full SHA for 1cc9006
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
7
8
repos:
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
hooks:
12
- id: trailing-whitespace
13
exclude: test/.*\.py
@@ -30,15 +30,15 @@ repos:
30
additional_dependencies: ["bandit[toml]"]
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.12.2
+ rev: v0.12.10
34
35
- id: ruff
36
args: [--fix, --exit-non-zero-on-fix]
37
- id: ruff-format
38
types_or: [ python, pyi, jupyter]
39
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: 'v1.16.1'
+ rev: 'v1.17.1'
42
43
- id: mypy
44
additional_dependencies: [numpy,types-aiofiles]
0 commit comments