File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ services:
62
62
readthedocs :
63
63
volumes :
64
64
- ${PWD}/${RTDDEV_PATH_ADDONS:-../addons}/src/:/usr/src/app/checkouts/addons/src/
65
- - ${PWD}/${RTDDEV_PATH_ADDONS:-../addons}/package.json/ :/usr/src/app/checkouts/addons/package.json
66
- - ${PWD}/${RTDDEV_PATH_ADDONS:-../addons}/package-lock.json/ :/usr/src/app/checkouts/addons/package-lock.json
67
- - ${PWD}/${RTDDEV_PATH_ADDONS:-../addons}/webpack.config.js/ :/usr/src/app/checkouts/addons/webpack.config.js
65
+ - ${PWD}/${RTDDEV_PATH_ADDONS:-../addons}/package.json:/usr/src/app/checkouts/addons/package.json
66
+ - ${PWD}/${RTDDEV_PATH_ADDONS:-../addons}/package-lock.json:/usr/src/app/checkouts/addons/package-lock.json
67
+ - ${PWD}/${RTDDEV_PATH_ADDONS:-../addons}/webpack.config.js:/usr/src/app/checkouts/addons/webpack.config.js
68
68
tty : true
69
69
working_dir : /usr/src/app/checkouts/addons/
70
70
ports :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ fail_fast: false
3
3
repos :
4
4
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.4 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
# Disabled because yapf is better for our purpose
9
9
# - id: autopep8-wrapper
@@ -39,25 +39,25 @@ repos:
39
39
args : ['--fix=lf']
40
40
41
41
- repo : https://github.com/adamchainz/django-upgrade
42
- rev : " 1.14.1 "
42
+ rev : " 1.24.0 "
43
43
hooks :
44
44
- id : django-upgrade
45
- args : [--target-version, "4 .2"]
45
+ args : [--target-version, "5 .2"]
46
46
47
47
- repo : https://github.com/asottile/blacken-docs
48
- rev : 1.16.0
48
+ rev : 1.19.1
49
49
hooks :
50
50
- id : blacken-docs
51
51
additional_dependencies : [black==23.7.0]
52
52
53
53
- repo : https://github.com/aspiredu/django-safemigrate
54
- rev : " 4.2 "
54
+ rev : " 5.3 "
55
55
hooks :
56
56
- id : check
57
57
58
58
- repo : https://github.com/astral-sh/ruff-pre-commit
59
59
# Ruff version.
60
- rev : v0.9.9
60
+ rev : v0.11.5
61
61
hooks :
62
62
# Run the linter.
63
63
- id : ruff
You can’t perform that action at this time.
0 commit comments