Skip to content

Commit 2b12910

Browse files
[pre-commit.ci] pre-commit autoupdate (fabiocaccamo#300)
updates: - [github.com/asottile/pyupgrade: v3.7.0 → v3.9.0](asottile/pyupgrade@v3.7.0...v3.9.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.275...v0.0.278) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5541d4c commit 2b12910

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
repos:
44

55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.7.0
6+
rev: v3.9.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py38-plus"]
@@ -14,8 +14,8 @@ repos:
1414
- id: django-upgrade
1515
args: ["--target-version", "3.0"]
1616

17-
- repo: https://github.com/charliermarsh/ruff-pre-commit
18-
rev: v0.0.275
17+
- repo: https://github.com/astral-sh/ruff-pre-commit
18+
rev: v0.0.278
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
@@ -27,7 +27,7 @@ repos:
2727
args: ["--profile", "black"]
2828

2929
- repo: https://github.com/psf/black
30-
rev: 23.3.0
30+
rev: 23.7.0
3131
hooks:
3232
- id: black
3333

0 commit comments

Comments
 (0)