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 fef73f3 commit 4ec62daCopy full SHA for 4ec62da
.pre-commit-config.yaml
@@ -4,18 +4,18 @@ ci:
4
5
repos:
6
- repo: https://github.com/psf/black-pre-commit-mirror
7
- rev: "24.8.0"
+ rev: "24.10.0"
8
hooks:
9
- id: black-jupyter
10
11
- repo: https://github.com/adamchainz/blacken-docs
12
- rev: "1.18.0"
+ rev: "1.19.0"
13
14
- id: blacken-docs
15
additional_dependencies: [black==23.10.0]
16
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: "v4.6.0"
+ rev: "v5.0.0"
19
20
- id: check-added-large-files
21
- id: check-case-conflict
@@ -45,7 +45,7 @@ repos:
45
args: [--prose-wrap=always]
46
47
- repo: https://github.com/astral-sh/ruff-pre-commit
48
- rev: "v0.6.5"
+ rev: "v0.6.9"
49
50
- id: ruff
51
args: ["--fix", "--show-fixes"]
0 commit comments