Skip to content

Commit db6f313

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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,22 +12,22 @@ 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.14.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.8.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/pycqa/flake8
24-
rev: 7.0.0
24+
rev: 7.1.1
2525
hooks:
2626
- id: flake8
2727
args:
2828
- --max-line-length=88
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.8.0
30+
rev: v1.11.1
3131
hooks:
3232
- id: mypy
3333
additional_dependencies: [types-python-dateutil]

0 commit comments

Comments
 (0)