Skip to content

Commit 0affd29

Browse files
authored
Merge pull request #12691 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a01dca5 + 127544b commit 0affd29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.5.5"
3+
rev: "v0.5.6"
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: python-use-type-annotations
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.11.0
24+
rev: v1.11.1
2525
hooks:
2626
- id: mypy
2727
files: ^(src/|testing/|scripts/)
@@ -32,13 +32,13 @@ repos:
3232
- pluggy>=1.5.0
3333
- packaging
3434
- tomli
35-
- types-pkg_resources
35+
- types-setuptools
3636
- types-tabulate
3737
# for mypy running on python>=3.11 since exceptiongroup is only a dependency
3838
# on <3.11
3939
- exceptiongroup>=1.0.0rc8
4040
- repo: https://github.com/tox-dev/pyproject-fmt
41-
rev: "2.1.4"
41+
rev: "2.2.1"
4242
hooks:
4343
- id: pyproject-fmt
4444
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version

0 commit comments

Comments
 (0)