Skip to content

Commit b59d4f5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) - [github.com/asottile/pyupgrade: v2.31.0 → v2.32.1](asottile/pyupgrade@v2.31.0...v2.32.1)
1 parent f4dc7da commit b59d4f5

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
@@ -7,7 +7,7 @@ default_language_version:
77
python: python3
88
repos:
99
- repo: "https://github.com/pre-commit/pre-commit-hooks"
10-
rev: v4.1.0
10+
rev: v4.2.0
1111
hooks:
1212
- id: check-ast
1313
- id: check-docstring-first
@@ -44,7 +44,7 @@ repos:
4444
- "prettier"
4545
- "prettier-plugin-toml@0.3.1"
4646
- repo: "https://github.com/asottile/pyupgrade"
47-
rev: v2.31.0
47+
rev: v2.32.1
4848
hooks:
4949
- id: pyupgrade
5050
args:

0 commit comments

Comments
 (0)