Skip to content

Commit af37c6b

Browse files
ci: pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.25.0 → 1.27.0](adamchainz/django-upgrade@1.25.0...1.27.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 1586b8a commit af37c6b

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
@@ -15,7 +15,7 @@ repos:
1515
args: ["--py36-plus"]
1616

1717
- repo: https://github.com/adamchainz/django-upgrade
18-
rev: '1.25.0'
18+
rev: '1.27.0'
1919
hooks:
2020
- id: django-upgrade
2121
args: [--target-version, "2.2"]
@@ -27,7 +27,7 @@ repos:
2727
additional_dependencies: [Flake8-pyproject]
2828

2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v5.0.0
30+
rev: v6.0.0
3131
hooks:
3232
- id: check-merge-conflict
3333
- id: mixed-line-ending

0 commit comments

Comments
 (0)