Skip to content

Commit f937126

Browse files
pre-commit-ci[bot]demberto
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.276...v0.0.277) - [github.com/asottile/pyupgrade: v3.8.0 → v3.9.0](asottile/pyupgrade@v3.8.0...v3.9.0)
1 parent 9eb4586 commit f937126

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
@@ -15,12 +15,12 @@ repos:
1515
rev: 23.3.0
1616
hooks:
1717
- id: black
18-
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: v0.0.276
18+
- repo: https://github.com/astral-sh/ruff-pre-commit
19+
rev: v0.0.277
2020
hooks:
2121
- id: ruff
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.8.0
23+
rev: v3.9.0
2424
hooks:
2525
- id: pyupgrade
2626
args: ["--py38-plus"]

0 commit comments

Comments
 (0)