Skip to content

Commit 78fdd99

Browse files
[pre-commit.ci] pre-commit autoupdate (#553)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: 0.11.2 → 0.12.0](tox-dev/pyproject-fmt@0.11.2...0.12.0) - [github.com/tox-dev/tox-ini-fmt: 1.3.0 → 1.3.1](tox-dev/tox-ini-fmt@1.3.0...1.3.1) - [github.com/asottile/pyupgrade: v3.6.0 → v3.7.0](asottile/pyupgrade@v3.6.0...v3.7.0) - [github.com/adamchainz/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) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 136f07b commit 78fdd99

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: 0.11.2
17+
rev: 0.12.0
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/asottile/setup-cfg-fmt
@@ -24,7 +24,7 @@ repos:
2424
args:
2525
- --include-version-classifiers
2626
- repo: https://github.com/tox-dev/tox-ini-fmt
27-
rev: 1.3.0
27+
rev: 1.3.1
2828
hooks:
2929
- id: tox-ini-fmt
3030
- repo: https://github.com/rstcheck/rstcheck
@@ -34,7 +34,7 @@ repos:
3434
additional_dependencies:
3535
- tomli==2.0.1
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.6.0
37+
rev: v3.7.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
@@ -43,13 +43,13 @@ repos:
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/adamchainz/blacken-docs
46-
rev: 1.13.0
46+
rev: 1.14.0
4747
hooks:
4848
- id: blacken-docs
4949
additional_dependencies:
5050
- black==23.1.0
5151
- repo: https://github.com/asottile/reorder-python-imports
52-
rev: v3.9.0
52+
rev: v3.10.0
5353
hooks:
5454
- id: reorder-python-imports
5555
args:

0 commit comments

Comments
 (0)