Skip to content

Commit 7d6ffd8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.260 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.260...v0.0.276)
1 parent d2feb08 commit 7d6ffd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.3.1
21+
rev: v3.8.0
2222
hooks:
2323
- id: pyupgrade
2424
args:
2525
- "--py39-plus"
2626

27-
- repo: https://github.com/charliermarsh/ruff-pre-commit
28-
rev: "v0.0.260"
27+
- repo: https://github.com/astral-sh/ruff-pre-commit
28+
rev: "v0.0.276"
2929
hooks:
3030
- id: ruff
3131
args: ["--fix-only"]

0 commit comments

Comments
 (0)