Spaces:
Sleeping
Sleeping
pre-commit-ci[bot]
commited on
Commit
β’
70d7238
1
Parent(s):
f89d890
[pre-commit.ci] pre-commit autoupdate
Browse filesupdates:
- [github.com/pre-commit/pre-commit-hooks: v3.2.0 β v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.2.0...v4.4.0)
- [github.com/psf/black: 23.3.0 β 23.9.1](https://github.com/psf/black/compare/23.3.0...23.9.1)
- .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
repos:
|
2 |
# General linting
|
3 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
4 |
-
rev:
|
5 |
hooks:
|
6 |
- id: trailing-whitespace
|
7 |
- id: end-of-file-fixer
|
@@ -9,7 +9,7 @@ repos:
|
|
9 |
- id: check-added-large-files
|
10 |
# General formatting
|
11 |
- repo: https://github.com/psf/black
|
12 |
-
rev: 23.
|
13 |
hooks:
|
14 |
- id: black
|
15 |
- id: black-jupyter
|
|
|
1 |
repos:
|
2 |
# General linting
|
3 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
4 |
+
rev: v4.4.0
|
5 |
hooks:
|
6 |
- id: trailing-whitespace
|
7 |
- id: end-of-file-fixer
|
|
|
9 |
- id: check-added-large-files
|
10 |
# General formatting
|
11 |
- repo: https://github.com/psf/black
|
12 |
+
rev: 23.9.1
|
13 |
hooks:
|
14 |
- id: black
|
15 |
- id: black-jupyter
|