Skip to content

Commit bcd70ec

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/python-poetry/poetry: 1.7.0 → 2.2.1](python-poetry/poetry@1.7.0...2.2.1) - [github.com/adamchainz/django-upgrade: 1.15.0 → 1.28.0](adamchainz/django-upgrade@1.15.0...1.28.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.20.0](asottile/pyupgrade@v3.15.0...v3.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.13.1](astral-sh/ruff-pre-commit@v0.1.11...v0.13.1)
1 parent 24f7a9f commit bcd70ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: "v4.5.0"
5+
rev: "v6.0.0"
66
hooks:
77
- id: trailing-whitespace # trims trailing whitespace
88
args: [--markdown-linebreak-ext=md]
@@ -19,26 +19,26 @@ repos:
1919
- id: check-merge-conflict # check for files that contain merge conflict strings
2020

2121
- repo: https://github.com/python-poetry/poetry
22-
rev: "1.7.0"
22+
rev: "2.2.1"
2323
hooks:
2424
- id: poetry-check
2525
# - id: poetry-install
2626

2727
- repo: https://github.com/adamchainz/django-upgrade
28-
rev: "1.15.0"
28+
rev: "1.28.0"
2929
hooks:
3030
- id: django-upgrade
3131
args: [--target-version, "3.2"]
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: "v3.15.0"
34+
rev: "v3.20.0"
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py37-plus]
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
4040
# Ruff version.
41-
rev: v0.1.11
41+
rev: v0.13.1
4242
hooks:
4343
- id: ruff
4444
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)