[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2021-11-10 22:36:48 +01:00
parent 0675af8e14
commit 3a930a7677
4 changed files with 14 additions and 11 deletions

View File

@@ -10,4 +10,11 @@ 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
# We also need to pin to an older version of python for older odoo versions
# where we are not using black > 21. Older black versions won't work with
# Python 3.9.8+, and we can't bump black without reformatting.
python-version: "3.10"
- uses: pre-commit/action@v2.0.0