Skip to content

Commit 66481dd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.0](pre-commit/mirrors-mypy@v1.10.0...v1.11.0) - [github.com/pycqa/pylint: v3.2.3 → v3.2.6](pylint-dev/pylint@v3.2.3...v3.2.6)
1 parent 23e89b9 commit 66481dd

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
@@ -51,13 +51,13 @@ repos:
5151

5252
- repo: https://github.com/asottile/pyupgrade
5353
# keep it after flake8
54-
rev: v3.16.0
54+
rev: v3.17.0
5555
hooks:
5656
- id: pyupgrade
5757
args: ["--py39-plus"]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.10.0
60+
rev: v1.11.0
6161
hooks:
6262
- id: mypy
6363
additional_dependencies:
@@ -67,7 +67,7 @@ repos:
6767
- types-requests
6868

6969
- repo: https://github.com/pycqa/pylint
70-
rev: v3.2.3
70+
rev: v3.2.6
7171
hooks:
7272
- id: pylint
7373
additional_dependencies:

0 commit comments

Comments
 (0)