Skip to content

Commit

Permalink
Merge 6ca82e9 into a9974dd
Browse files Browse the repository at this point in the history
  • Loading branch information
flachica committed Aug 15, 2020
2 parents a9974dd + 6ca82e9 commit 1e89320
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: flake8
name: flake8 except __init__.py
exclude: /__init__\.py$|tests
- id: flake8
name: flake8 only __init__.py
args: ["--extend-ignore=F401"] # ignore unused imports in __init__.py
files: /__init__\.py$
1 change: 0 additions & 1 deletion odoo_module_migrate/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from . import migration_scripts

0 comments on commit 1e89320

Please sign in to comment.