Skip to content

Commit d7b105c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 23.7.0](psf/black@22.3.0...23.7.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.15.0](adamchainz/blacken-docs@v1.12.1...1.15.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.0.1 → v3.10.0](asottile/reorder-python-imports@v3.0.1...v3.10.0)
1 parent d9a90eb commit d7b105c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ repos:
55
- id: autoflake
66
args: ['-i', '--remove-all-unused-imports']
77
- repo: https://github.com/psf/black
8-
rev: 22.3.0
8+
rev: 23.7.0
99
hooks:
1010
- id: black
1111
language_version: python3
1212
- repo: https://github.com/asottile/blacken-docs
13-
rev: v1.12.1
13+
rev: 1.15.0
1414
hooks:
1515
- id: blacken-docs
1616
additional_dependencies: [black]
17-
- repo: https://github.com/asottile/reorder_python_imports
18-
rev: v3.0.1
17+
- repo: https://github.com/asottile/reorder-python-imports
18+
rev: v3.10.0
1919
hooks:
2020
- id: reorder-python-imports

0 commit comments

Comments
 (0)