Skip to content

Commit f5df7ef

Browse files
committed
Run pre-commit autoupdate
Signed-off-by: Alex Nelson <[email protected]>
1 parent e28a86e commit f5df7ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.3.0
3+
rev: 24.1.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/flake8
7-
rev: 6.0.0
7+
rev: 7.0.0
88
hooks:
99
- id: flake8
1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.12.0
11+
rev: 5.13.2
1212
hooks:
1313
- id: isort
1414
name: isort (python)
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: 'v1.1.1'
16+
rev: 'v1.8.0'
1717
hooks:
1818
- id: mypy

0 commit comments

Comments
 (0)