Skip to content

Commit

Permalink
Merge branch 'master' into fix/rtl-improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Jan 7, 2025
2 parents 3e52c68 + af7c1ef commit f2bb212
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: ["--py39-plus"]

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.15.0'
rev: '1.22.2'
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand All @@ -26,27 +26,27 @@ repos:
- id: yesqa

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: debug-statements
- id: mixed-line-ending
- id: trailing-whitespace

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.3.0
hooks:
- id: codespell

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/rstcheck/rstcheck
rev: v6.2.0
rev: v6.2.4
hooks:
- id: rstcheck
additional_dependencies:
Expand Down
1 change: 1 addition & 0 deletions djangocms_admin_style/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
10. Publish the release when ready
11. Github actions will publish the new package to pypi
"""

__version__ = "3.3.1"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ known_cms = cms, menus
known_django = django

[codespell]
ignore-words-list = cant,statics,groupe,manuel,uptodate
ignore-words-list = cant,statics,groupe,manuel,uptodate,THIRDPARTY,assertIn
skip = package-lock.json,*.js,*.js.html,*.po,./.idea/*,./.env/*,./.venv/*,./django_cms.egg-info/*,./.git,*.scss

0 comments on commit f2bb212

Please sign in to comment.