Skip to content

Commit ae59069

Browse files
pre-commit: bump repositories (#411)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](asottile/pyupgrade@v2.29.1...v2.31.0) - [github.com/psf/black: 21.11b1 → 21.12b0](psf/black@21.11b1...21.12b0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9bb68c8 commit ae59069

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.0.1
7+
rev: v4.1.0
88
hooks:
99
- id: check-ast
1010
- id: check-builtin-literals
@@ -18,12 +18,12 @@ repos:
1818
- id: trailing-whitespace
1919
- id: double-quote-string-fixer
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v2.29.1
21+
rev: v2.31.0
2222
hooks:
2323
- id: pyupgrade
2424
args: ["--py36-plus"]
2525
- repo: https://github.com/psf/black
26-
rev: 21.11b1
26+
rev: 21.12b0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/isort

0 commit comments

Comments
 (0)