[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2021-10-21 16:55:30 +02:00
parent a5df24d75b
commit 96bb3453fa
5 changed files with 79 additions and 4 deletions

View File

@@ -10,4 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
# The pylint-odoo version we use here does not support python 3.10
# https://github.com/OCA/oca-addons-repo-template/issues/80
python-version: "3.9"
- uses: pre-commit/action@v2.0.0