Skip to content

Commit 75116d4

Browse files
pre-commit hooks auto-update (#674)
1 parent d749d5e commit 75116d4

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
@@ -41,18 +41,18 @@ repos:
4141
args: [--mapping, '4', --sequence, '4', --offset, '0']
4242

4343
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
44-
rev: v2.14.0
44+
rev: v2.15.0
4545
hooks:
4646
- id: pretty-format-toml
4747
args: [--autofix, --indent, '4']
4848

4949
- repo: https://github.com/pycqa/flake8
50-
rev: 7.2.0
50+
rev: 7.3.0
5151
hooks:
5252
- id: flake8
5353

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: v1.15.0
55+
rev: v1.17.0
5656
hooks:
5757
- id: mypy
5858
additional_dependencies: [types-PyYAML, types-Jinja2, types-click]

0 commit comments

Comments
 (0)