Skip to content

Commit d4d9f3d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) - [github.com/pylint-dev/pylint: v3.3.1 → v3.3.2](pylint-dev/pylint@v3.3.1...v3.3.2) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0)
1 parent d004fbe commit d4d9f3d

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
@@ -21,7 +21,7 @@ repos:
2121
- --remove-duplicate-keys
2222
- --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.18.0
24+
rev: v3.19.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py38-plus]
@@ -39,13 +39,13 @@ repos:
3939
- id: flake8
4040
exclude: *test-data
4141
- repo: https://github.com/pylint-dev/pylint
42-
rev: v3.3.1
42+
rev: v3.3.2
4343
hooks:
4444
- id: pylint
4545
exclude: *test-data
4646
args: ["--disable=import-error, cyclic-import"]
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.12.1
48+
rev: v1.13.0
4949
hooks:
5050
- id: mypy
5151
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)