Skip to content

Commit 4d5fc6a

Browse files
dev(pre-commit):⬆ pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.7.1](astral-sh/ruff-pre-commit@v0.5.7...v0.7.1) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](PyCQA/bandit@1.7.9...1.7.10)
1 parent 80d09e2 commit 4d5fc6a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
exclude: ^logo/
@@ -13,14 +13,14 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.17.0
16+
rev: v3.19.0
1717
hooks:
1818
- id: pyupgrade
1919
args:
2020
- --py3-plus
2121
- --keep-runtime-typing
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.5.7
23+
rev: v0.7.1
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix]
@@ -36,11 +36,11 @@ repos:
3636
name: isort (pyi)
3737
types: [pyi]
3838
- repo: https://github.com/psf/black
39-
rev: 24.8.0
39+
rev: 24.10.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/PyCQA/bandit
43-
rev: '1.7.9'
43+
rev: '1.7.10'
4444
hooks:
4545
- id: bandit
4646
args: ["-c", "pyproject.toml"]

0 commit comments

Comments
 (0)