Skip to content

Commit 83ee45b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/adamchainz/django-upgrade: 1.13.0 → 1.28.0](adamchainz/django-upgrade@1.13.0...1.28.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.262 → v0.13.1](astral-sh/ruff-pre-commit@v0.0.262...v0.13.1) - [github.com/psf/black: 23.3.0 → 25.9.0](psf/black@23.3.0...25.9.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8)
1 parent 4e101d1 commit 83ee45b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,36 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-toml
1111
- id: check-yaml
1212

1313
- repo: https://github.com/adamchainz/django-upgrade
14-
rev: 1.13.0
14+
rev: 1.28.0
1515
hooks:
1616
- id: django-upgrade
1717
language_version: python3.8
1818
args: [--target-version, "3.2"]
1919

20-
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: v0.0.262
20+
- repo: https://github.com/astral-sh/ruff-pre-commit
21+
rev: v0.13.1
2222
hooks:
2323
- id: ruff
2424
alias: autoformat
2525
args: ["--fix"]
2626

2727
- repo: https://github.com/psf/black
28-
rev: 23.3.0
28+
rev: 25.9.0
2929
hooks:
3030
- id: black
3131
language_version: python3.8
3232
args: [--target-version, "py37"]
3333

3434
- repo: https://github.com/pre-commit/mirrors-prettier
35-
rev: v3.0.0-alpha.9-for-vscode
35+
rev: v4.0.0-alpha.8
3636
hooks:
3737
- id: prettier
3838
# lint the following with prettier:

0 commit comments

Comments
 (0)