Skip to content

Commit d8535ec

Browse files
[pre-commit.ci] pre-commit autoupdate (#521)
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/pylint-dev/pylint: v3.3.9 → v4.0.0](pylint-dev/pylint@v3.3.9...v4.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ce13f58 commit d8535ec

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,12 +21,12 @@ repos:
2121
- --remove-duplicate-keys
2222
- --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.20.0
24+
rev: v3.21.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 6.1.0
29+
rev: 7.0.0
3030
hooks:
3131
- id: isort
3232
- repo: https://github.com/psf/black-pre-commit-mirror
@@ -39,7 +39,7 @@ repos:
3939
- id: flake8
4040
exclude: *test-data
4141
- repo: https://github.com/pylint-dev/pylint
42-
rev: v3.3.9
42+
rev: v4.0.0
4343
hooks:
4444
- id: pylint
4545
exclude: *test-data

0 commit comments

Comments
 (0)