Skip to content

Commit 91b68d0

Browse files
[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/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent d33c203 commit 91b68d0

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
@@ -49,7 +49,7 @@ repos:
4949
args: ["-a", "from __future__ import annotations"] # Python 3.7+
5050

5151
- repo: https://github.com/asottile/pyupgrade
52-
rev: v3.19.0
52+
rev: v3.19.1
5353
hooks:
5454
- id: pyupgrade
5555
args: ["--py37-plus"]
@@ -60,7 +60,7 @@ repos:
6060
- id: setup-cfg-fmt
6161

6262
- repo: https://github.com/hadialqattan/pycln
63-
rev: v2.4.0
63+
rev: v2.5.0
6464
hooks:
6565
- id: pycln
6666
additional_dependencies: [click<8.1]
@@ -84,7 +84,7 @@ repos:
8484
additional_dependencies: *flake8_dependencies
8585

8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: v1.13.0
87+
rev: v1.14.1
8888
hooks:
8989
- id: mypy
9090
files: src

0 commit comments

Comments
 (0)