Skip to content

Commit 8ae56e5

Browse files
committed
reenable e501
1 parent 29fdc42 commit 8ae56e5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

irods/access.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ 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
219218
class ACLOperation(iRODSAccess):
220219
"""
221220
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.
@@ -225,7 +224,6 @@ class in that it has no field to store a logical object path. (For an atomic AP
225224
here is always a single logical path to which all operations apply, meaning that it is
226225
appropriate to conveyed that in a location separate from the operations themselves.)
227226
""" # noqa: D400
228-
# ruff: noqa: E501 off
229227

230228
def __init__(self, access_name: str, user_name: str = "", user_zone: str = ""):
231229
super().__init__(

0 commit comments

Comments
 (0)