Skip to content

Commit 9b90ad2

Browse files
authored
Merge pull request OCA#308 from OCA/12.0
Syncing from upstream OCA/server-auth (12.0)
2 parents e30fea8 + 862afb3 commit 9b90ad2

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

.copier-answers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.11.0
2+
_commit: v1.14.2
33
_src_path: git+https://github.com/oca/oca-addons-repo-template
44
ci: GitHub
55
dependency_installation_mode: PIP
66
generate_requirements_txt: true
77
github_check_license: false
8+
github_ci_extra_env: {}
89
github_enable_codecov: true
910
github_enable_makepot: true
1011
github_enable_stale_action: true

.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:

.pre-commit-config.yaml

Lines changed: 1 addition & 2 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
@@ -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

.pre-commit-config.yaml.rej

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
diff a/.pre-commit-config.yaml b/.pre-commit-config.yaml (rejected hunks)
2+
@@ -27,3 +27,3 @@ repos:
3+
- repo: https://github.com/acsone/setuptools-odoo
4+
- rev: 3.0.6
5+
+ rev: 3.1.8
6+
hooks:

0 commit comments

Comments
 (0)