Commit 08fb5bc 1 parent 5cdaae6 commit 08fb5bc Copy full SHA for 08fb5bc
File tree 5 files changed +15
-4
lines changed
5 files changed +15
-4
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.21.1
3
3
_src_path : gh:oca/oca-addons-repo-template
4
4
ci : Travis
5
+ convert_readme_fragments_to_markdown : false
5
6
dependency_installation_mode : PIP
6
7
generate_requirements_txt : true
7
8
github_enable_stale_action : true
@@ -17,4 +18,6 @@ repo_slug: department
17
18
repo_website : https://github.com/OCA/department
18
19
travis_apt_packages : []
19
20
travis_apt_sources : []
21
+ use_pyproject_toml : false
22
+ use_ruff : false
20
23
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Stale PRs and issues policy
12
- uses : actions/stale@v4
12
+ uses : actions/stale@v9
13
13
with :
14
14
repo-token : ${{ secrets.GITHUB_TOKEN }}
15
15
# General settings.
48
48
# * Issues that are pending more information
49
49
# * Except Issues marked as "no stale"
50
50
- name : Needs more information stale issues policy
51
- uses : actions/stale@v4
51
+ uses : actions/stale@v9
52
52
with :
53
53
repo-token : ${{ secrets.GITHUB_TOKEN }}
54
54
ascending : true
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
1
+ [MESSAGES_CONTROL]
2
+ disable =xml-deprecated-data-node,xml-deprecated-tree-attribute
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ 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/|
19
+ # Ignore test files in addons
20
+ /tests/samples/.*|
17
21
# You don't usually want a bot to modify your legal texts
18
22
(LICENSE.*|COPYING.*)
19
23
default_language_version :
35
39
language : fail
36
40
files : ' [a-zA-Z0-9_]*/i18n/en\.po$'
37
41
- repo : https://github.com/oca/maintainer-tools
38
- rev : 969238e47c07d0c40573acff81d170f63245d738
42
+ rev : 9a170331575a265c092ee6b24b845ec508e8ef75
39
43
hooks :
40
44
# update the NOT INSTALLABLE ADDONS section above
41
45
- id : oca-update-pre-commit-excluded-addons
48
52
- --org-name=OCA
49
53
- --repo-name=department
50
54
- --if-source-changed
55
+ - --keep-source-digest
51
56
- repo : https://github.com/OCA/odoo-pre-commit-hooks
52
57
rev : v0.0.25
53
58
hooks :
You can’t perform that action at this time.
0 commit comments