Skip to content

Commit 4a764a6

Browse files
[pre-commit.ci] pre-commit autoupdate (#208)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/adamchainz/django-upgrade: 1.20.0 → 1.21.0](adamchainz/django-upgrade@1.20.0...1.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.5.4...v0.6.5) * update --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <[email protected]>
1 parent de0337e commit 4a764a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ repos:
3333
# - id: djlint-django
3434

3535
- repo: https://github.com/adamchainz/django-upgrade
36-
rev: '1.20.0'
36+
rev: '1.21.0'
3737
hooks:
3838
- id: django-upgrade
3939
args: ['--target-version', '4.2']
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: 'v0.5.4'
42+
rev: 'v0.6.6'
4343
hooks:
4444
- id: ruff
4545
args: ['--fix']

0 commit comments

Comments
 (0)