Skip to content

Commit a337bef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/igorshubovych/markdownlint-cli: v0.38.0 → v0.39.0](igorshubovych/markdownlint-cli@v0.38.0...v0.39.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.3.7](astral-sh/ruff-pre-commit@v0.1.11...v0.3.7) - [github.com/psf/black: 23.12.1 → 24.4.0](psf/black@23.12.1...24.4.0) - [github.com/adamchainz/django-upgrade: 1.15.0 → 1.16.0](adamchainz/django-upgrade@1.15.0...1.16.0)
1 parent 5867b04 commit a337bef

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
types: [python]
@@ -13,24 +13,24 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/igorshubovych/markdownlint-cli
16-
rev: v0.38.0
16+
rev: v0.39.0
1717
hooks:
1818
- id: markdownlint
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# Ruff version.
21-
rev: 'v0.1.11'
21+
rev: 'v0.3.7'
2222
hooks:
2323
- id: ruff
2424
- repo: https://github.com/psf/black
25-
rev: 23.12.1
25+
rev: 24.4.0
2626
hooks:
2727
- id: black
2828
args:
2929
- "--line-length"
3030
- "119"
3131
exclude: ^django_fsm_log/migrations|^docs/
3232
- repo: https://github.com/adamchainz/django-upgrade
33-
rev: "1.15.0"
33+
rev: "1.16.0"
3434
hooks:
3535
- id: django-upgrade
3636
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)