Skip to content

Commit ad7bb82

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.9b0 → 21.12b0](psf/black@21.9b0...21.12b0) - [github.com/pycqa/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1) - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1)
1 parent 961203e commit ad7bb82

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
@@ -14,16 +14,16 @@ repos:
1414
- id: flake8
1515
additional_dependencies: [flake8-import-order, flake8-bugbear]
1616
- repo: https://github.com/psf/black
17-
rev: "21.9b0"
17+
rev: "21.12b0"
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.9.3
21+
rev: 5.10.1
2222
hooks:
2323
- id: isort
2424
name: isort (python)
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.29.0
26+
rev: v2.29.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]

0 commit comments

Comments
 (0)