Skip to content

Commit bcc40ce

Browse files
committed
⬆️ UPGRADE: Autoupdate pre-commit config
1 parent 59ce9af commit bcc40ce

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
@@ -24,11 +24,11 @@ repos:
2424
- id: pyupgrade
2525
args: [--py37-plus]
2626
- repo: https://github.com/psf/black
27-
rev: 21.8b0
27+
rev: 21.9b0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/PyCQA/pylint
31-
rev: v2.10.2
31+
rev: v2.11.1
3232
hooks:
3333
- id: pylint
3434
args: [--rcfile=.pylintrc]

0 commit comments

Comments
 (0)