Skip to content

Commit 79225d8

Browse files
committed
pre-commit: update pyupgrade (v3.21.2) pyproject-fmt (v2.11.1)
1 parent c043427 commit 79225d8

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
@@ -34,11 +34,11 @@ repos:
3434
# python doesn't come with a toml parser prior to 3.11
3535
- "tomli; python_version < '3.11'"
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.21.0
37+
rev: v3.21.2
3838
hooks:
3939
- id: pyupgrade
4040
args: ["--py310-plus", "--keep-percent-format"]
4141
- repo: https://github.com/tox-dev/pyproject-fmt
42-
rev: v2.11.0
42+
rev: v2.8.0
4343
hooks:
4444
- id: pyproject-fmt

0 commit comments

Comments
 (0)