Skip to content

Commit 5c9391e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/pylint: v3.3.9 → v4.0.2](pylint-dev/pylint@v3.3.9...v4.0.2) - [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)
1 parent a4e8291 commit 5c9391e

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
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: flake8
2121
- repo: https://github.com/PyCQA/pylint
22-
rev: v3.3.9
22+
rev: v4.0.2
2323
hooks:
2424
- id: pylint
2525
args:
@@ -45,13 +45,13 @@ repos:
4545
- gql[aiohttp]~=3.5.0
4646
- async-lru~=1.0.3
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.20.0
48+
rev: v3.21.0
4949
hooks:
5050
- id: pyupgrade
5151
args:
5252
- --py36-plus
5353
- repo: https://github.com/pycqa/isort
54-
rev: 6.1.0
54+
rev: 7.0.0
5555
hooks:
5656
- id: isort
5757
name: isort

0 commit comments

Comments
 (0)