Skip to content

Commit bbcc12d

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

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -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.4.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)