We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005555f commit daac491Copy full SHA for daac491
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -9,14 +9,14 @@ repos:
9
- id: debug-statements
10
- id: check-ast
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: "v0.5.2"
+ rev: "v0.7.1"
13
14
- id: ruff
15
exclude: docs/source/conf.py|ipynb_filter.py
16
args: ["--fix"]
17
- id: ruff-format
18
- repo: https://github.com/pre-commit/mirrors-mypy
19
- rev: "v1.10.1"
+ rev: "v1.13.0"
20
21
- id: mypy
22
exclude: ipynb_filter.py|docs/source/conf.py
0 commit comments