Skip to content

Commit 4ecea3e

Browse files
🤖 [pre-commit.ci] pre-commit autoupdate (#147)
updates: - [github.com/adamchainz/django-upgrade: 1.22.1 → 1.22.2](adamchainz/django-upgrade@1.22.1...1.22.2) - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.1](astral-sh/ruff-pre-commit@v0.8.0...v0.8.1) - [github.com/djlint/djLint: v1.36.1 → v1.36.3](djlint/djLint@v1.36.1...v1.36.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d654610 commit 4ecea3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ repos:
1111
- id: check-yaml
1212

1313
- repo: https://github.com/adamchainz/django-upgrade
14-
rev: 1.22.1
14+
rev: 1.22.2
1515
hooks:
1616
- id: django-upgrade
1717
args: [--target-version, "4.2"]
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.8.0
20+
rev: v0.8.1
2121
hooks:
2222
- id: ruff
2323
args: [--fix]
@@ -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.36.1
48+
rev: v1.36.3
4949
hooks:
5050
- id: djlint-reformat-django
5151
- id: djlint-django

0 commit comments

Comments
 (0)