Skip to content

Commit 093271a

Browse files
[pre-commit.ci] pre-commit autoupdate (#430)
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.2...v0.5.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 60110db commit 093271a

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,13 +34,13 @@ repos:
3434
- tomli
3535

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: 'v3.16.0'
37+
rev: 'v3.17.0'
3838
hooks:
3939
- id: pyupgrade
4040
args: ["--py38-plus"]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: 'v0.5.2'
43+
rev: 'v0.5.5'
4444
hooks:
4545
- id: ruff
4646
args: ["--fix"]

0 commit comments

Comments
 (0)