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 fc32f93 commit 5d52521Copy full SHA for 5d52521
.pre-commit-config.yaml
@@ -2,14 +2,14 @@ ci:
2
autoupdate_schedule: "quarterly"
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: check-docstring-first
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
11
- repo: https://github.com/psf/black
12
- rev: 24.8.0
+ rev: 24.10.0
13
14
- id: black
15
@@ -19,18 +19,18 @@ repos:
19
- id: isort
20
21
- repo: https://github.com/nbQA-dev/nbQA
22
- rev: 1.8.7
+ rev: 1.9.1
23
24
- id: nbqa-black
25
- id: nbqa-isort
26
27
- repo: https://github.com/kynan/nbstripout
28
- rev: 0.7.1
+ rev: 0.8.1
29
30
- id: nbstripout
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.6.4
+ rev: v0.8.6
34
35
- id: ruff
36
args: [--fix, --exit-non-zero-on-fix]
0 commit comments