Skip to content

Commit feed5b2

Browse files
authored
Update pre-commit to 2024-08-08 (#3575)
1 parent 3c75842 commit feed5b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ repos:
1616
args: [--fix, auto]
1717
- id: trailing-whitespace
1818
- repo: https://github.com/psf/black
19-
rev: 24.4.2
19+
rev: 24.8.0
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/PyCQA/isort
2323
rev: 5.13.2
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/charliermarsh/ruff-pre-commit
27-
rev: "v0.4.10"
27+
rev: "v0.5.7"
2828
hooks:
2929
- id: ruff
3030
- repo: https://github.com/PyCQA/bandit
@@ -35,7 +35,7 @@ repos:
3535
- "bandit[toml]"
3636
args: ["-c", "pyproject.toml"]
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: "v1.10.1"
38+
rev: "v1.11.1"
3939
hooks:
4040
- id: mypy
4141
additional_dependencies:

0 commit comments

Comments
 (0)