Skip to content

Commit

Permalink
Ignore rule FBT003 - boolean positional value in function call
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Jul 27, 2023
1 parent f1fd7dd commit 2ab2ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btrack/napari/widgets/create_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, napari_viewer: Viewer) -> None:
self._viewer = napari_viewer

# Let the scroll area automatically resize the widget
self.setWidgetResizable(True)
self.setWidgetResizable(True) # noqa: FBT003

self._scroll_layout = QtWidgets.QVBoxLayout()
self._scroll_widget = QtWidgets.QWidget()
Expand Down

0 comments on commit 2ab2ed9

Please sign in to comment.