Skip to content

Commit ad1dd5f

Browse files
pre-commit-ci[bot]mrbean-bremen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
1 parent f2b33b9 commit ad1dd5f

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
@@ -3,15 +3,15 @@ default_language_version:
33

44
repos:
55
- repo: "https://github.com/asottile/pyupgrade"
6-
rev: "v3.19.0"
6+
rev: "v3.19.1"
77
hooks:
88
- id: "pyupgrade"
99
name: "Enforce Python 3.7+ idioms"
1010
args:
1111
- "--py37-plus"
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.8.3"
14+
rev: "v0.8.4"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
@@ -46,7 +46,7 @@ repos:
4646
language: python
4747
files: \.py$
4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.13.0
49+
rev: v1.14.0
5050
hooks:
5151
- id: mypy
5252
exclude: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)