Spaces:
Running
Running
pre-commit-ci[bot]
pre-commit-ci[bot]
commited on
[pre-commit.ci] pre-commit autoupdate (#440)
Browse filesupdates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0)
- [github.com/hadialqattan/pycln: v2.2.2 → v2.3.0](https://github.com/hadialqattan/pycln/compare/v2.2.2...v2.3.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- .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: v4.
|
| 5 |
hooks:
|
| 6 |
- id: trailing-whitespace
|
| 7 |
- id: end-of-file-fixer
|
|
@@ -20,7 +20,7 @@ repos:
|
|
| 20 |
- id: nbstripout
|
| 21 |
# Unused imports
|
| 22 |
- repo: https://github.com/hadialqattan/pycln
|
| 23 |
-
rev: "v2.
|
| 24 |
hooks:
|
| 25 |
- id: pycln
|
| 26 |
# Sorted imports
|
|
|
|
| 1 |
repos:
|
| 2 |
# General linting
|
| 3 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
| 4 |
+
rev: v4.5.0
|
| 5 |
hooks:
|
| 6 |
- id: trailing-whitespace
|
| 7 |
- id: end-of-file-fixer
|
|
|
|
| 20 |
- id: nbstripout
|
| 21 |
# Unused imports
|
| 22 |
- repo: https://github.com/hadialqattan/pycln
|
| 23 |
+
rev: "v2.3.0"
|
| 24 |
hooks:
|
| 25 |
- id: pycln
|
| 26 |
# Sorted imports
|