Spaces:
Runtime error
Runtime error
Update .pre-commit-config.yaml
Browse files- .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml
CHANGED
|
@@ -40,7 +40,7 @@ repos:
|
|
| 40 |
rev: 24.4.2
|
| 41 |
hooks:
|
| 42 |
- id: black
|
| 43 |
-
language_version: python3.10
|
| 44 |
args: ["--line-length", "119"]
|
| 45 |
- repo: https://github.com/kynan/nbstripout
|
| 46 |
rev: 0.7.1
|
|
@@ -58,4 +58,4 @@ repos:
|
|
| 58 |
- id: nbqa-pyupgrade
|
| 59 |
args: ["--py37-plus"]
|
| 60 |
- id: nbqa-isort
|
| 61 |
-
args: ["--float-to-top"]
|
|
|
|
| 40 |
rev: 24.4.2
|
| 41 |
hooks:
|
| 42 |
- id: black
|
| 43 |
+
language_version: python3.10 # Ensure this matches your project's Python version
|
| 44 |
args: ["--line-length", "119"]
|
| 45 |
- repo: https://github.com/kynan/nbstripout
|
| 46 |
rev: 0.7.1
|
|
|
|
| 58 |
- id: nbqa-pyupgrade
|
| 59 |
args: ["--py37-plus"]
|
| 60 |
- id: nbqa-isort
|
| 61 |
+
args: ["--float-to-top"]
|