Skip to content

Commit bc2c24a

Browse files
committed
⬆️ UPGRADE: Autoupdate pre-commit config
1 parent a968a9b commit bc2c24a

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,12 +19,12 @@ repos:
1919
- id: isort
2020
name: isort
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.21.0
22+
rev: v2.21.2
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py37-plus]
2626
- repo: https://github.com/psf/black
27-
rev: 21.6b0
27+
rev: 21.7b0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/PyCQA/pylint

0 commit comments

Comments
 (0)