Skip to content

Commit 25f6709

Browse files
committed
[IMP] update dotfiles [ci skip]
1 parent fdf1379 commit 25f6709

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

.copier-answers.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.7.0
2+
_commit: v1.14.2
33
_src_path: https://github.com/OCA/oca-addons-repo-template.git
44
ci: GitHub
55
dependency_installation_mode: PIP
66
generate_requirements_txt: true
7+
github_check_license: true
8+
github_ci_extra_env: {}
9+
github_enable_codecov: true
10+
github_enable_makepot: true
11+
github_enable_stale_action: true
12+
github_enforce_dev_status_compatibility: true
713
include_wkhtmltopdf: false
814
odoo_version: 12.0
915
org_name: Odoo Community Association (OCA)
@@ -16,3 +22,4 @@ repo_slug: rest-framework
1622
repo_website: https://github.com/OCA/rest-framework
1723
travis_apt_packages: []
1824
travis_apt_sources: []
25+

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
pre-commit:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-20.04
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fi
2929
done
3030
test:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-20.04
3232
container: ${{ matrix.container }}
3333
name: ${{ matrix.name }}
3434
strategy:

.gitignore

Lines changed: 0 additions & 1 deletion
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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude: |
1515
# You don't usually want a bot to modify your legal texts
1616
(LICENSE.*|COPYING.*)
1717
default_language_version:
18-
python: python3
18+
python: python3.6
1919
repos:
2020
- repo: https://github.com/oca/maintainer-tools
2121
rev: ab1d7f6
@@ -25,7 +25,7 @@ repos:
2525
- id: oca-fix-manifest-website
2626
args: ["https://github.com/OCA/rest-framework"]
2727
- repo: https://github.com/acsone/setuptools-odoo
28-
rev: 3.0.6
28+
rev: 3.1.8
2929
hooks:
3030
- id: setuptools-odoo-make-default
3131
- id: setuptools-odoo-get-requirements
@@ -38,7 +38,6 @@ repos:
3838
rev: v3.4.1
3939
hooks:
4040
- id: flake8
41-
language_version: python3.6
4241
name: flake8 excluding __init__.py
4342
exclude: __init__\.py
4443
- repo: https://github.com/pre-commit/mirrors-pylint

0 commit comments

Comments
 (0)