Skip to content

Commit 3e7174c

Browse files
chore(deps): pre-commit autoupdate (#459)
updates: - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.14.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.6](astral-sh/ruff-pre-commit@v0.4.10...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.1](pre-commit/mirrors-mypy@v1.10.0...v1.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6572dc3 commit 3e7174c

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
@@ -13,7 +13,7 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
16-
rev: v2.13.0
16+
rev: v2.14.0
1717
hooks:
1818
- id: pretty-format-yaml
1919
args: [--autofix]
@@ -25,13 +25,13 @@ repos:
2525
hooks:
2626
- id: blackdoc
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.4.10
28+
rev: v0.5.6
2929
hooks:
3030
- id: ruff
3131
args: [--fix]
3232
- id: ruff-format
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.10.0
34+
rev: v1.11.1
3535
hooks:
3636
- id: mypy
3737
additional_dependencies: [types-requests, types-setuptools]

0 commit comments

Comments
 (0)