Skip to content

Commit 9b79ec0

Browse files
[pre-commit.ci] pre-commit autoupdate (#13)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <[email protected]>
1 parent edb19bc commit 9b79ec0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010

1111
- repo: https://github.com/psf/black
12-
rev: 23.12.1
12+
rev: 24.4.0
1313
hooks:
1414
- id: black
1515

@@ -19,12 +19,12 @@ repos:
1919
- id: isort
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.1.11
22+
rev: v0.4.1
2323
hooks:
2424
- id: ruff
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.8.0
27+
rev: v1.9.0
2828
hooks:
2929
- id: mypy
3030
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)