Skip to content

Commit 06c75cc

Browse files
[pre-commit.ci] pre-commit autoupdate (#141)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.0...v0.7.2) - [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [github.com/djlint/djLint: v1.35.2 → v1.35.4](djlint/djLint@v1.35.2...v1.35.4) - [github.com/abravalheri/validate-pyproject: v0.21 → v0.22](abravalheri/validate-pyproject@v0.21...v0.22) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9765d95 commit 06c75cc

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
@@ -17,14 +17,14 @@ repos:
1717
args: [--target-version, "4.2"]
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.7.0
20+
rev: v0.7.2
2121
hooks:
2222
- id: ruff
2323
args: [--fix]
2424
- id: ruff-format
2525

2626
- repo: https://github.com/adamchainz/blacken-docs
27-
rev: 1.19.0
27+
rev: 1.19.1
2828
hooks:
2929
- id: blacken-docs
3030
alias: autoformat
@@ -45,7 +45,7 @@ repos:
4545
files: '^(?!.*\.min\..*)(?P<name>[\w-]+(\.[\w-]+)*\.(js|jsx|ts|tsx|yml|yaml|css))$'
4646

4747
- repo: https://github.com/djlint/djLint
48-
rev: v1.35.2
48+
rev: v1.35.4
4949
hooks:
5050
- id: djlint-reformat-django
5151
- id: djlint-django
@@ -68,6 +68,6 @@ repos:
6868
args: [--autofix]
6969

7070
- repo: https://github.com/abravalheri/validate-pyproject
71-
rev: v0.21
71+
rev: v0.22
7272
hooks:
7373
- id: validate-pyproject

0 commit comments

Comments
 (0)