Skip to content

Commit 83339ed

Browse files
pre-commit-ci[bot]WilliamJamieson
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1)
1 parent 1d7078b commit 83339ed

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

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

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

0 commit comments

Comments
 (0)