Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit e7f87e8

Browse files
Update pre-commit hook versions
1 parent 549406f commit e7f87e8

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
@@ -7,12 +7,12 @@ exclude: |
77
)$
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v4.5.0
1111
hooks:
1212
- id: debug-statements
1313
- id: check-merge-conflict
1414
- repo: https://github.com/psf/black
15-
rev: 23.9.1
15+
rev: 23.10.0
1616
hooks:
1717
- id: black
1818
language_version: python3
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.5.1
28+
rev: v1.6.1
2929
hooks:
3030
- id: mypy
3131
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)