Skip to content

Commit e2c9f27

Browse files
OCA-git-botpedrobaeza
authored andcommitted
[IMP] update dotfiles
1 parent 3d47083 commit e2c9f27

File tree

5 files changed

+9
-256
lines changed

5 files changed

+9
-256
lines changed

.copier-answers.yml

+2-1
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.1
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
77
github_check_license: true
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

+1-1
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

+1-1
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

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ repos:
2727
entry: found forbidden files; remove them
2828
language: fail
2929
files: "\\.rej$"
30+
- id: en-po-files
31+
name: en.po files cannot exist
32+
entry: found a en.po file
33+
language: fail
34+
files: '[a-zA-Z0-9_]*/i18n/en\.po$'
3035
- repo: https://github.com/oca/maintainer-tools
3136
rev: ab1d7f6
3237
hooks:

base_delivery_carrier_files/i18n/en.po

-253
This file was deleted.

0 commit comments

Comments
 (0)