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 61e229a commit 0c6e839Copy full SHA for 0c6e839
1 file changed
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.15.12
+ rev: v0.15.13
9
hooks:
10
- id: ruff-check
11
args: [--fix]
@@ -25,7 +25,7 @@ repos:
25
26
- id: nbstripout
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v2.0.0
+ rev: v2.1.0
29
30
- id: mypy
31
args: []
0 commit comments