Skip to content

Commit 72492f5

Browse files
committed
test ruff: noqa
1 parent 957d390 commit 72492f5

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

irods/access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
# ruff: noqa
22

33
import collections
44
import copy

irods/exception.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# noqa
2-
31
# if you're copying these from the docs, you might find the following regex helpful:
42
# s/\(\w\+\)\s\+\(-\d\+\)/class \1(SystemException):\r code = \2/g
53

irods/manager/access_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# noqa
1+
# ruff: noqa
22
"""The access manager is a collection of methods useful for managing iRODS ACLs."""
33

44
import logging

0 commit comments

Comments
 (0)