Skip to content

Commit 9c0395c

Browse files
chore(deps-dev): pre-commit autoupdate (#269)
updates: - [github.com/tox-dev/pyproject-fmt: 2.1.4 → 2.2.1](tox-dev/pyproject-fmt@2.1.4...2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.1...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c0d8686 commit 9c0395c

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
@@ -16,19 +16,19 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/tox-dev/pyproject-fmt
19-
rev: "2.1.4"
19+
rev: "2.2.1"
2020
hooks:
2121
- id: pyproject-fmt
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: "v0.5.1"
24+
rev: "v0.5.6"
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
2828
- id: ruff-format
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.10.1
31+
rev: v1.11.1
3232
hooks:
3333
- id: mypy
3434
pass_filenames: true

0 commit comments

Comments
 (0)