Skip to content

Commit

Permalink
Merge pull request OCA#927 from Studio73/15.0-fix_website_snippet_cou…
Browse files Browse the repository at this point in the history
…ntry_dropdown_tests

[UPD] .pre-commit-config.yaml
  • Loading branch information
pedrobaeza committed Nov 24, 2022
2 parents 3dc8c22 + 37e6898 commit e49d77f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 5 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,25 +113,22 @@ repos:
- requirements.txt
- --header
- "# generated from manifests external_dependencies"
- repo: https://gitlab.com/PyCQA/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
name: flake8
additional_dependencies: ["flake8-bugbear==21.9.2"]
- repo: https://github.com/PyCQA/pylint
rev: v2.11.1
- repo: https://github.com/OCA/pylint-odoo
rev: 7.0.2
hooks:
- id: pylint
- id: pylint_odoo
name: pylint with optional checks
args:
- --rcfile=.pylintrc
- --exit-zero
verbose: true
additional_dependencies: &pylint_deps
- pylint-odoo==5.0.5
- id: pylint
- id: pylint_odoo
name: pylint with mandatory checks
args:
- --rcfile=.pylintrc-mandatory
additional_dependencies: *pylint_deps
2 changes: 0 additions & 2 deletions website_snippet_country_dropdown/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from . import tests

0 comments on commit e49d77f

Please sign in to comment.