Skip to content

Commit 7e3dd9b

Browse files
committed
[IMP] update dotfiles [ci skip]
1 parent 1024e19 commit 7e3dd9b

5 files changed

+16
-12
lines changed

.copier-answers.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.5.2
2+
_commit: v1.11.1
33
_src_path: gh:oca/oca-addons-repo-template
44
ci: Travis
55
dependency_installation_mode: PIP
66
generate_requirements_txt: true
7+
github_check_license: true
8+
github_enable_codecov: true
9+
github_enable_makepot: true
10+
github_enable_stale_action: true
11+
github_enforce_dev_status_compatibility: true
712
include_wkhtmltopdf: false
813
odoo_version: 14.0
914
org_name: Odoo Community Association (OCA)
@@ -15,3 +20,4 @@ repo_slug: account-closing
1520
repo_website: https://github.com/OCA/account-closing
1621
travis_apt_packages: []
1722
travis_apt_sources: []
23+

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ build/
1515
develop-eggs/
1616
dist/
1717
eggs/
18-
lib/
1918
lib64/
2019
parts/
2120
sdist/

.pre-commit-config.yaml

+6-10
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ repos:
104104
- --settings=.
105105
exclude: /__init__\.py$
106106
- repo: https://github.com/acsone/setuptools-odoo
107-
rev: 2.6.0
107+
rev: 3.1.8
108108
hooks:
109109
- id: setuptools-odoo-make-default
110110
- id: setuptools-odoo-get-requirements
@@ -113,25 +113,21 @@ repos:
113113
- requirements.txt
114114
- --header
115115
- "# generated from manifests external_dependencies"
116-
- repo: https://gitlab.com/PyCQA/flake8
116+
- repo: https://github.com/PyCQA/flake8
117117
rev: 3.8.3
118118
hooks:
119119
- id: flake8
120120
name: flake8
121121
additional_dependencies: ["flake8-bugbear==20.1.4"]
122-
- repo: https://github.com/PyCQA/pylint
123-
rev: v2.11.1
122+
- repo: https://github.com/OCA/pylint-odoo
123+
rev: 7.0.2
124124
hooks:
125-
- id: pylint
125+
- id: pylint_odoo
126126
name: pylint with optional checks
127127
args:
128128
- --rcfile=.pylintrc
129129
- --exit-zero
130130
verbose: true
131-
additional_dependencies: &pylint_deps
132-
- pylint-odoo==5.0.5
133-
- id: pylint
134-
name: pylint with mandatory checks
131+
- id: pylint_odoo
135132
args:
136133
- --rcfile=.pylintrc-mandatory
137-
additional_dependencies: *pylint_deps

.pylintrc

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
[MASTER]
24
load-plugins=pylint_odoo
35
score=n

.pylintrc-mandatory

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
[MASTER]
23
load-plugins=pylint_odoo
34
score=n

0 commit comments

Comments
 (0)