Spaces:
Sleeping
Sleeping
pre-commit-ci[bot] commited on
Commit ·
7282978
1
Parent(s): 20fec70
[pre-commit.ci] pre-commit autoupdate
Browse filesupdates:
- [github.com/psf/black: 23.12.1 → 24.3.0](https://github.com/psf/black/compare/23.12.1...24.3.0)
- [github.com/pycqa/bandit: 1.7.6 → 1.7.8](https://github.com/pycqa/bandit/compare/1.7.6...1.7.8)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2)
- .pre-commit-config.yaml +3 -3
.pre-commit-config.yaml
CHANGED
|
@@ -51,7 +51,7 @@ repos:
|
|
| 51 |
|
| 52 |
# - repo: https://github.com/psf/black-pre-commit-mirror
|
| 53 |
- repo: https://github.com/psf/black
|
| 54 |
-
rev:
|
| 55 |
hooks:
|
| 56 |
- id: black
|
| 57 |
args: [
|
|
@@ -79,7 +79,7 @@ repos:
|
|
| 79 |
# exclude: ^src/blib2to3/
|
| 80 |
|
| 81 |
- repo: https://github.com/pycqa/bandit
|
| 82 |
-
rev: 1.7.
|
| 83 |
hooks:
|
| 84 |
- id: bandit
|
| 85 |
# exclude some directories
|
|
@@ -97,7 +97,7 @@ repos:
|
|
| 97 |
additional_dependencies: [ "bandit[toml]" ]
|
| 98 |
|
| 99 |
- repo: https://github.com/asottile/pyupgrade
|
| 100 |
-
rev: v3.15.
|
| 101 |
hooks:
|
| 102 |
- id: pyupgrade
|
| 103 |
args: [--py37-plus]
|
|
|
|
| 51 |
|
| 52 |
# - repo: https://github.com/psf/black-pre-commit-mirror
|
| 53 |
- repo: https://github.com/psf/black
|
| 54 |
+
rev: 24.3.0
|
| 55 |
hooks:
|
| 56 |
- id: black
|
| 57 |
args: [
|
|
|
|
| 79 |
# exclude: ^src/blib2to3/
|
| 80 |
|
| 81 |
- repo: https://github.com/pycqa/bandit
|
| 82 |
+
rev: 1.7.8
|
| 83 |
hooks:
|
| 84 |
- id: bandit
|
| 85 |
# exclude some directories
|
|
|
|
| 97 |
additional_dependencies: [ "bandit[toml]" ]
|
| 98 |
|
| 99 |
- repo: https://github.com/asottile/pyupgrade
|
| 100 |
+
rev: v3.15.2
|
| 101 |
hooks:
|
| 102 |
- id: pyupgrade
|
| 103 |
args: [--py37-plus]
|