Skip to content

Commit 3d24831

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.4.0 → 24.4.2](psf/black-pre-commit-mirror@24.4.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent a0a8c4f commit 3d24831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: requirements-txt-fixer
2525
- id: check-added-large-files
2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 24.4.0
27+
rev: 24.4.2
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/Pierre-Sassoulas/black-disable-checker
@@ -36,12 +36,12 @@ repos:
3636
hooks:
3737
- id: isort
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.4.1
39+
rev: v0.4.2
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v1.9.0
44+
rev: v1.10.0
4545
hooks:
4646
- id: mypy
4747
- repo: https://github.com/pycqa/bandit

0 commit comments

Comments
 (0)