diff --git a/bip/pipelines/struct_T1/T1_QC_CNR_corners.py b/bip/pipelines/struct_T1/T1_QC_CNR_corners.py
index 0d753601cd8112426f3361b85a9d0148c6f64965..5a1f4cc0855be5c8636825279ddf46725f500577 100755
--- a/bip/pipelines/struct_T1/T1_QC_CNR_corners.py
+++ b/bip/pipelines/struct_T1/T1_QC_CNR_corners.py
@@ -7,7 +7,7 @@
 # Author: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk>
 #
 # pylint: disable=C0103,E0602,C0114,C0115,C0116,R0913,R0914,R0915
-# pylint: disable=W0613
+# pylint: disable=W0613,R1704
 #
 
 import os.path as op
diff --git a/bip/pipelines/struct_T1/T1_QC_CNR_eyes.py b/bip/pipelines/struct_T1/T1_QC_CNR_eyes.py
index 8680100a70ac4608777fe9d85b19c1cb49e2ff18..8b0654706083d55beb7a50d99742e0716457d317 100755
--- a/bip/pipelines/struct_T1/T1_QC_CNR_eyes.py
+++ b/bip/pipelines/struct_T1/T1_QC_CNR_eyes.py
@@ -7,7 +7,7 @@
 # Author: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk>
 #
 # pylint: disable=C0103,E0602,C0114,C0115,C0116,R0913,R0914,R0915
-# pylint: disable=W0613
+# pylint: disable=W0613,R1704
 #
 
 import os.path as op
diff --git a/bip/pipelines/struct_T1/T1_QC_COG.py b/bip/pipelines/struct_T1/T1_QC_COG.py
index 7a24ae7157265275aed3e27d9f66af0b98c39e56..d255ef37b0c698231c99fb03ccdb20c283625636 100755
--- a/bip/pipelines/struct_T1/T1_QC_COG.py
+++ b/bip/pipelines/struct_T1/T1_QC_COG.py
@@ -7,6 +7,7 @@
 # Author: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk>
 #
 # pylint: disable=C0103,E0602,C0114,C0115,C0116,R0913,R0914,R0915
+# pylint: disable=R1704
 #
 
 import os.path as op
diff --git a/bip/pipelines/struct_T1/T1_brain_extract.py b/bip/pipelines/struct_T1/T1_brain_extract.py
index 45178d3cce9fbe1925e13a44f2e3592551dfbb76..da757e76cd6b88557186393c0a23d73c7d5809cf 100755
--- a/bip/pipelines/struct_T1/T1_brain_extract.py
+++ b/bip/pipelines/struct_T1/T1_brain_extract.py
@@ -7,14 +7,14 @@
 # Author: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk>
 #
 # pylint: disable=C0103,E0602,C0114,C0115,C0116,R0913,R0914,R0915
-# pylint: disable=W0613
+# pylint: disable=W0613,R1704
 #
 
 import os.path as op
 import logging
 from shutil import copyfile
-from fsl import wrappers
 from bip.utils.log_utils import redirect_logging, tempdir, job_name
+from fsl import wrappers
 from pipe_tree import In, Out, Ref
 
 log = logging.getLogger(__name__)
diff --git a/bip/pipelines/struct_T1/T1_defacing.py b/bip/pipelines/struct_T1/T1_defacing.py
index eb40f4f5913d00ba1521fa545580635fae631575..cfe70baf40e23420786f213c2ca94d1c3524da16 100755
--- a/bip/pipelines/struct_T1/T1_defacing.py
+++ b/bip/pipelines/struct_T1/T1_defacing.py
@@ -7,12 +7,13 @@
 # Author: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk>
 #
 # pylint: disable=C0103,E0602,C0114,C0115,C0116,R0913,R0914,R0915
+# pylint: disable=R1704
 #
 
 import os.path as op
 import logging
-from fsl import wrappers
 from pipe_tree import In, Out, Ref
+from fsl import wrappers
 from bip.utils.log_utils import redirect_logging, tempdir, job_name
 
 log = logging.getLogger(__name__)
diff --git a/bip/pipelines/struct_T1/T1_sienax.py b/bip/pipelines/struct_T1/T1_sienax.py
index d8ad24df19fae07ca460812e0f050ab2df824979..034819d381134ccf492c7b1f9827401ea6b5c79a 100755
--- a/bip/pipelines/struct_T1/T1_sienax.py
+++ b/bip/pipelines/struct_T1/T1_sienax.py
@@ -7,6 +7,7 @@
 # Author: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk>
 #
 # pylint: disable=C0103,E0602,C0114,C0115,C0116,R0913,R0914,R0915
+# pylint: disable=R1704
 #
 
 import os
diff --git a/bip/pipelines/struct_swMRI/swMRI_proc.py b/bip/pipelines/struct_swMRI/swMRI_proc.py
index 5edc200022cbe925be72bb7c8d2dc952173258f7..e7552abf168b2d26ed386648a50312630d7956b0 100755
--- a/bip/pipelines/struct_swMRI/swMRI_proc.py
+++ b/bip/pipelines/struct_swMRI/swMRI_proc.py
@@ -13,12 +13,12 @@
 import os.path as op
 import logging
 from shutil import copyfile
-from fsl import wrappers
 from pipe_tree import In, Out, Ref
+from gradunwarp.core.gradient_unwarp_apply import gradient_unwarp_apply
+from fsl import wrappers
 from bip.utils.log_utils import redirect_logging, job_name
 from bip.pipelines.struct_swMRI.swMRI_proc_fnc import combine_magnitude_coils
 from bip.pipelines.struct_swMRI.swMRI_proc_fnc import gen_filtered_phase
-from gradunwarp.core.gradient_unwarp_apply import gradient_unwarp_apply
 
 log = logging.getLogger(__name__)