Skip to content

Commit

Permalink
Disabled pylint for certain import blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
eudesbarbosa committed Apr 1, 2021
1 parent ebe3f37 commit 063e0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions snappy_wrappers/tools/quickvenn.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

# Force using Agg backend, has to go before import of pyplot
matplotlib.use("Agg") # noqa
# pylint: disable=wrong-import-position
import matplotlib.patches as mp # noqa # isort:skip
import matplotlib.pyplot as plt # noqa # isort:skip

Expand Down
1 change: 1 addition & 0 deletions snappy_wrappers/wrappers/epitoper_par/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# Naming clash limbo...
snake_job = snakemake
del snakemake
# pylint: disable=wrong-import-position
from snakemake import shell # noqa
from snakemake import snakemake as run_snakemake # noqa

Expand Down

0 comments on commit 063e0ed

Please sign in to comment.