Skip to content

Commit 372d7c2

Browse files
authored
⬆️ UPGRADE: Autoupdate pre-commit config (#6146)
1 parent 3c7f324 commit 372d7c2

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
@@ -37,7 +37,7 @@ repos:
3737
- id: isort
3838
name: isort
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v2.38.0
40+
rev: v2.38.2
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py37-plus]
@@ -47,7 +47,7 @@ repos:
4747
- id: black
4848
- id: black-jupyter
4949
- repo: https://github.com/PyCQA/pylint
50-
rev: v2.15.2
50+
rev: v2.15.3
5151
hooks:
5252
- id: pylint
5353
args: [--rcfile=.pylintrc]

0 commit comments

Comments
 (0)