Skip to content

Commit

Permalink
Wagtail 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix authored and JakubMastalerz committed Jan 8, 2025
1 parent 1d86927 commit a50ef75
Show file tree
Hide file tree
Showing 26 changed files with 4,211 additions and 2,875 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stages:
policy: pull

.node:
image: node:12.22.12-alpine
image: node:14-alpine
extends: .cache_static
needs:
- static
Expand Down Expand Up @@ -137,7 +137,7 @@ test_python:
DJANGO_SETTINGS_MODULE: bc.settings.test

# SECRET_KEY is required by Django to start.
SECRET_KEY: fake_secret_key_to_run_tests
SECRET_KEY: fake_secret_key_to_run_tests # pragma: allowlist secret

# Silence RECAPTCHA
RECAPTCHA_PUBLIC_KEY: 'dummy-key-value'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
14
23 changes: 9 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/python/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.19.0
hooks:
- id: pyupgrade
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.16.0' # replace with latest tag on GitHub
rev: '1.22.1' # replace with latest tag on GitHub
hooks:
- id: django-upgrade
args: [--target-version, '4.2'] # Replace with Django version
- repo: https://github.com/python-poetry/poetry
rev: '1.8.2' # keep version in sync with version installed in the Dockerfile
rev: '1.8.4' # keep version in sync with version installed in the Dockerfile
hooks:
- id: poetry-check
- id: poetry-lock
Expand All @@ -49,19 +49,19 @@ repos:
- '@babel/[email protected]'
- '@babel/[email protected]'
- [email protected]
- repo: https://github.com/prettier/prettier
rev: 1.18.2
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
- repo: https://github.com/awebdeveloper/pre-commit-stylelint
rev: c4c991cd38b0218735858716b09924f8b20e3812
rev: c4c991cd38b0218735858716b09924f8b20e3812 # pragma: allowlist secret
hooks:
- id: stylelint
additional_dependencies:
- [email protected]
- [email protected]
- repo: [email protected]:Yelp/detect-secrets
rev: v0.13.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
Expand All @@ -71,8 +71,3 @@ repos:
package-lock.json|
poetry.lock
)$
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.19.0' # replace with latest tag on GitHub
hooks:
- id: django-upgrade
args: [--target-version, '4.2'] # Replace with Django version
Loading

0 comments on commit a50ef75

Please sign in to comment.