Skip to content

Commit f0962ca

Browse files
committed
Update hooks
1 parent 08e6657 commit f0962ca

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -19,16 +19,16 @@ repos:
1919
# Run the formatter.
2020
- id: ruff-format
2121
- repo: https://github.com/psf/black
22-
rev: 24.4.2
22+
rev: 25.1.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.13.2
26+
rev: 6.0.1
2727
hooks:
2828
- id: isort
2929
args: ["--profile", "black", "--force-single-line-imports", "--filter-files"]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.10.1
31+
rev: v1.16.0
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:

0 commit comments

Comments
 (0)