Skip to content

Commit 797b924

Browse files
[pre-commit.ci] pre-commit autoupdate (#11124)
updates: - [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0) - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0) - [github.com/asottile/pyupgrade: v3.6.0 → v3.7.0](asottile/pyupgrade@v3.6.0...v3.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b5ec092 commit 797b924

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
@@ -5,7 +5,7 @@ repos:
55
- id: black
66
args: [--safe, --quiet]
77
- repo: https://github.com/asottile/blacken-docs
8-
rev: 1.13.0
8+
rev: 1.14.0
99
hooks:
1010
- id: blacken-docs
1111
additional_dependencies: [black==23.1.0]
@@ -37,12 +37,12 @@ repos:
3737
- flake8-typing-imports==1.12.0
3838
- flake8-docstrings==1.5.0
3939
- repo: https://github.com/asottile/reorder-python-imports
40-
rev: v3.9.0
40+
rev: v3.10.0
4141
hooks:
4242
- id: reorder-python-imports
4343
args: ['--application-directories=.:src', --py37-plus]
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.6.0
45+
rev: v3.7.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py37-plus]

0 commit comments

Comments
 (0)