Skip to content

Commit 9b0ef68

Browse files
authored
chore: update pre-commit hooks
1 parent 3d90958 commit 9b0ef68

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
@@ -12,12 +12,12 @@ repos:
1212
- --no-sort-keys
1313
- --autofix
1414
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15-
rev: v2.12.0
15+
rev: v2.13.0
1616
hooks:
1717
- id: pretty-format-yaml
1818
args: [--autofix, --indent, '2']
1919
- repo: https://github.com/psf/black
20-
rev: 24.2.0
20+
rev: 24.3.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/pycqa/flake8
@@ -27,7 +27,7 @@ repos:
2727
args:
2828
- --max-line-length=88
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.8.0
30+
rev: v1.9.0
3131
hooks:
3232
- id: mypy
3333
additional_dependencies: [types-python-dateutil]

0 commit comments

Comments
 (0)