Skip to content

Commit 3aef0b9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0) - [github.com/asottile/blacken-docs: v1.12.0 → v1.12.1](adamchainz/blacken-docs@v1.12.0...v1.12.1) - [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](asottile/reorder-python-imports@v2.6.0...v2.7.1)
1 parent 4b1d909 commit 3aef0b9

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
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 21.12b0
3+
rev: 22.1.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
77
- repo: https://github.com/asottile/blacken-docs
8-
rev: v1.12.0
8+
rev: v1.12.1
99
hooks:
1010
- id: blacken-docs
1111
additional_dependencies: [black==20.8b1]
@@ -29,7 +29,7 @@ repos:
2929
- flake8-typing-imports==1.12.0
3030
- flake8-docstrings==1.5.0
3131
- repo: https://github.com/asottile/reorder_python_imports
32-
rev: v2.6.0
32+
rev: v2.7.1
3333
hooks:
3434
- id: reorder-python-imports
3535
args: ['--application-directories=.:src', --py37-plus]

0 commit comments

Comments
 (0)