Skip to content

Commit 21ab4ab

Browse files
[pre-commit.ci] pre-commit autoupdate (#542)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: 0.9.2 → 0.10.0](tox-dev/pyproject-fmt@0.9.2...0.10.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 06ad0c3 commit 21ab4ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.9.2
17+
rev: 0.10.0
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/asottile/setup-cfg-fmt
@@ -34,7 +34,7 @@ repos:
3434
additional_dependencies:
3535
- tomli==2.0.1
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.3.1
37+
rev: v3.3.2
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]

0 commit comments

Comments
 (0)