Skip to content

Commit a18758b

Browse files
[pre-commit.ci] pre-commit autoupdate (pylint-dev#1274)
updates: - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1) - [github.com/psf/black: 21.10b0 → 21.11b1](psf/black@21.10b0...21.11b1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 985788a commit a18758b

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
@@ -21,7 +21,7 @@ repos:
2121
- --remove-duplicate-keys
2222
- --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.29.0
24+
rev: v2.29.1
2525
hooks:
2626
- id: pyupgrade
2727
exclude: tests/testdata
@@ -37,7 +37,7 @@ repos:
3737
- id: black-disable-checker
3838
exclude: tests/unittest_nodes_lineno.py
3939
- repo: https://github.com/psf/black
40-
rev: 21.10b0
40+
rev: 21.11b1
4141
hooks:
4242
- id: black
4343
args: [--safe, --quiet]

0 commit comments

Comments
 (0)