File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Do NOT update manually; changes here will be overwritten by Copier
2
- _commit : v1.17.2
2
+ _commit : v1.20
3
3
_src_path : gh:oca/oca-addons-repo-template
4
4
ci : GitHub
5
+ convert_readme_fragments_to_markdown : false
5
6
generate_requirements_txt : true
6
7
github_check_license : true
7
8
github_ci_extra_env : {}
@@ -19,4 +20,6 @@ repo_description: 'TODO: add repo description.'
19
20
repo_name : delivery-carrier
20
21
repo_slug : delivery-carrier
21
22
repo_website : https://github.com/OCA/delivery-carrier
23
+ use_pyproject_toml : false
24
+ use_ruff : false
22
25
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ __pycache__/
3
3
* .py [cod ]
4
4
/.venv
5
5
/.pytest_cache
6
+ /.ruff_cache
6
7
7
8
# C extensions
8
9
* .so
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ exclude: |
14
14
^docs/_templates/.*\.html$|
15
15
# Don't bother non-technical authors with formatting issues in docs
16
16
readme/.*\.(rst|md)$|
17
+ # Ignore build and dist directories in addons
18
+ /build/|/dist/|
17
19
# You don't usually want a bot to modify your legal texts
18
20
(LICENSE.*|COPYING.*)
19
21
default_language_version :
35
37
language : fail
36
38
files : ' [a-zA-Z0-9_]*/i18n/en\.po$'
37
39
- repo : https://github.com/oca/maintainer-tools
38
- rev : 969238e47c07d0c40573acff81d170f63245d738
40
+ rev : 9a170331575a265c092ee6b24b845ec508e8ef75
39
41
hooks :
40
42
# update the NOT INSTALLABLE ADDONS section above
41
43
- id : oca-update-pre-commit-excluded-addons
48
50
- --org-name=OCA
49
51
- --repo-name=delivery-carrier
50
52
- --if-source-changed
53
+ - --keep-source-digest
51
54
- repo : https://github.com/OCA/odoo-pre-commit-hooks
52
55
rev : v0.0.25
53
56
hooks :
You can’t perform that action at this time.
0 commit comments