Skip to content

Commit 7dc93e4

Browse files
committed
⬆️ UPGRADE: Autoupdate pre-commit config
1 parent 9cf800b commit 7dc93e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: isort
2020
name: isort
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.23.3
22+
rev: v2.24.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py37-plus]
@@ -28,7 +28,7 @@ repos:
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/PyCQA/pylint
31-
rev: v2.9.5
31+
rev: v2.10.2
3232
hooks:
3333
- id: pylint
3434
args: [--rcfile=.pylintrc]

0 commit comments

Comments
 (0)