Skip to content

Commit

Permalink
[FIX] Fix symbolic links to flake8, isort, prettier config
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be>
  • Loading branch information
carmenbianca committed Feb 24, 2022
1 parent aeb8978 commit 97f10c9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .flake8
2 changes: 1 addition & 1 deletion .isort.cfg
2 changes: 1 addition & 1 deletion .prettierrc.yml
1 change: 1 addition & 0 deletions src/{% if odoo_version < 13 %}.flake8.jinja{% endif %}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{%- include "version-specific/mqt-compat/.flake8" %}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{%- if odoo_version < 13 %}
{%- include "version-specific/mqt-compat/.flake8" %}
{%- else %}
[flake8]
max-line-length = 88
max-complexity = 16
Expand All @@ -13,4 +10,3 @@ select = C,E,F,W,B,B9
ignore = E203,E501,W503
per-file-ignores=
__init__.py:F401
{%- endif %}

0 comments on commit 97f10c9

Please sign in to comment.