Skip to content

Commit 621ee19

Browse files
committed
⬆️ UPGRADE: Autoupdate pre-commit config
1 parent 988f481 commit 621ee19

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

0 commit comments

Comments
 (0)