Skip to content

Commit

Permalink
comment the django-upgrade from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed Mar 13, 2024
1 parent 1f20ce5 commit 63219c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ repos:
# - id: pyupgrade
# args: ["--py38-plus"]
#
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.16.0'
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]
# manually run the upgrade command to fix the issue, no need for ci to run.
# - repo: https://github.com/adamchainz/django-upgrade
# rev: '1.16.0'
# hooks:
# - id: django-upgrade
# args: [--target-version, "4.2"]

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
Expand Down
1 change: 1 addition & 0 deletions djangocms_snippet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__version__ = '4.0.1.dev2'

default_app_config = 'djangocms_snippet.apps.SnippetConfig'

0 comments on commit 63219c6

Please sign in to comment.