Skip to content

Commit 29fdc42

Browse files
committed
turn on/off e501
1 parent 61bd95c commit 29fdc42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

irods/access.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def __init__(self, access_name, path, user_name="", user_zone="", user_type=None
215215
super().__init__(access_name, path, user_name, user_zone, user_type)
216216

217217

218+
# ruff: noqa: E501 on
218219
class ACLOperation(iRODSAccess):
219220
"""
220221
this is a really long line with a lot of words that are part of a really long line with a lot of words that are part of a really long line with a lot of words.
@@ -224,6 +225,7 @@ class in that it has no field to store a logical object path. (For an atomic AP
224225
here is always a single logical path to which all operations apply, meaning that it is
225226
appropriate to conveyed that in a location separate from the operations themselves.)
226227
""" # noqa: D400
228+
# ruff: noqa: E501 off
227229

228230
def __init__(self, access_name: str, user_name: str = "", user_zone: str = ""):
229231
super().__init__(

0 commit comments

Comments
 (0)