Skip to content

Commit 04cdd96

Browse files
committed
⬆️ UPGRADE: Autoupdate pre-commit config
1 parent 68bc85d commit 04cdd96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.21.2
22+
rev: v2.23.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.3
31+
rev: v2.9.5
3232
hooks:
3333
- id: pylint
3434
args: [--rcfile=.pylintrc]

0 commit comments

Comments
 (0)