Skip to content

Commit

Permalink
Merge pull request #202 from indexa-git/fix/linting
Browse files Browse the repository at this point in the history
Fix/linting
  • Loading branch information
ivan-pcg authored Dec 31, 2024
2 parents 241a556 + 67bcddd commit 0ad063f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.10.16
- run: pip install flake8
- name: Lint with flake8
run: |
Expand All @@ -45,9 +45,9 @@ jobs:
uses: rlespinasse/[email protected]

- run: curl https://raw.githubusercontent.com/iterativo-git/dockerdoo/master/.devcontainer/.vscode/oca_pylint.cfg -o oca_pylint.cfg
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.10.16
- run: pip install pylint_odoo
- run: |
pylint **/*.py --exit-zero --rcfile oca_pylint.cfg --load-plugins pylint_odoo

0 comments on commit 0ad063f

Please sign in to comment.