Skip to content

Commit fd5098b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0)
1 parent e400806 commit fd5098b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.19.1
26+
rev: v3.20.0
2727
hooks:
2828
- id: pyupgrade
2929
args: ["--py37-plus"]
@@ -49,7 +49,7 @@ repos:
4949
- "-L"
5050
- "assertIn"
5151
- repo: https://github.com/tox-dev/pyproject-fmt
52-
rev: v2.5.1
52+
rev: v2.6.0
5353
hooks:
5454
- id: pyproject-fmt
5555
additional_dependencies: ["tox>=4.9"]

0 commit comments

Comments
 (0)