Spaces:
Sleeping
Sleeping
Merge pull request #431 from MilesCranmer/pre-commit-ci-update-config
Browse files- .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
|