Skip to content

Commit a92fbf9

Browse files
pre-commit-ci[bot]FFY00
authored andcommitted
pre-commit: bump repositories
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) - [github.com/asottile/setup-cfg-fmt: v1.19.0 → v1.20.0](asottile/setup-cfg-fmt@v1.19.0...v1.20.0)
1 parent 5c748b8 commit a92fbf9

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
@@ -18,20 +18,20 @@ repos:
1818
- id: trailing-whitespace
1919
- id: double-quote-string-fixer
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v2.29.0
21+
rev: v2.29.1
2222
hooks:
2323
- id: pyupgrade
2424
args: ["--py36-plus"]
2525
- repo: https://github.com/psf/black
26-
rev: 21.10b0
26+
rev: 21.11b1
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/isort
3030
rev: 5.10.1
3131
hooks:
3232
- id: isort
3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v1.19.0
34+
rev: v1.20.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)