Spaces:
Running
Running
pre-commit-ci[bot]
pre-commit-ci[bot]
commited on
[pre-commit.ci] pre-commit autoupdate (#4)
Browse filesupdates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0)
- [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0)
- [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](https://github.com/kynan/nbstripout/compare/0.7.1...0.8.1)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- .pre-commit-config.yaml +3 -3
.pre-commit-config.yaml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
repos:
|
2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
3 |
-
rev:
|
4 |
hooks:
|
5 |
- id: check-toml
|
6 |
- id: check-yaml
|
@@ -12,7 +12,7 @@ repos:
|
|
12 |
args: ["--maxkb=500"]
|
13 |
|
14 |
- repo: https://github.com/psf/black
|
15 |
-
rev:
|
16 |
hooks:
|
17 |
- id: black-jupyter
|
18 |
language_version: python3.11
|
@@ -24,6 +24,6 @@ repos:
|
|
24 |
# args: [--toml, pyproject-codespell.precommit-toml]
|
25 |
|
26 |
- repo: https://github.com/kynan/nbstripout
|
27 |
-
rev: 0.
|
28 |
hooks:
|
29 |
- id: nbstripout
|
|
|
1 |
repos:
|
2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
3 |
+
rev: v6.0.0
|
4 |
hooks:
|
5 |
- id: check-toml
|
6 |
- id: check-yaml
|
|
|
12 |
args: ["--maxkb=500"]
|
13 |
|
14 |
- repo: https://github.com/psf/black
|
15 |
+
rev: 25.1.0
|
16 |
hooks:
|
17 |
- id: black-jupyter
|
18 |
language_version: python3.11
|
|
|
24 |
# args: [--toml, pyproject-codespell.precommit-toml]
|
25 |
|
26 |
- repo: https://github.com/kynan/nbstripout
|
27 |
+
rev: 0.8.1
|
28 |
hooks:
|
29 |
- id: nbstripout
|