Spaces:
Sleeping
Sleeping
pre-commit-ci[bot]
commited on
Commit
β’
92a12b9
1
Parent(s):
6ff4b77
[pre-commit.ci] pre-commit autoupdate
Browse filesupdates:
- [github.com/psf/black: 23.11.0 β 23.12.0](https://github.com/psf/black/compare/23.11.0...23.12.0)
- [github.com/PyCQA/isort: 5.13.0 β 5.13.2](https://github.com/PyCQA/isort/compare/5.13.0...5.13.2)
- .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml
CHANGED
@@ -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
|
@@ -25,7 +25,7 @@ repos:
|
|
25 |
- id: pycln
|
26 |
# Sorted imports
|
27 |
- repo: https://github.com/PyCQA/isort
|
28 |
-
rev: "5.13.
|
29 |
hooks:
|
30 |
- id: isort
|
31 |
additional_dependencies: [toml]
|
|
|
9 |
- id: check-added-large-files
|
10 |
# General formatting
|
11 |
- repo: https://github.com/psf/black
|
12 |
+
rev: 23.12.0
|
13 |
hooks:
|
14 |
- id: black
|
15 |
- id: black-jupyter
|
|
|
25 |
- id: pycln
|
26 |
# Sorted imports
|
27 |
- repo: https://github.com/PyCQA/isort
|
28 |
+
rev: "5.13.2"
|
29 |
hooks:
|
30 |
- id: isort
|
31 |
additional_dependencies: [toml]
|