Skip to content

Commit 993c041

Browse files
Merge pull request #71 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7faed13 + 0de6059 commit 993c041

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
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/tox-dev/pyproject-fmt
3-
rev: "v2.11.0"
3+
rev: "v2.11.1"
44
hooks:
55
- id: pyproject-fmt
66

77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.14.1
8+
rev: v0.14.9
99
hooks:
1010
- id: ruff-check
1111
args: [--fix]
1212
- id: ruff-format
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: 'v1.18.2'
15+
rev: 'v1.19.1'
1616
hooks:
1717
- id: mypy
1818
args: []

0 commit comments

Comments
 (0)