Skip to content

Commit 4618440

Browse files
committed
irods/exceptions - ruff
1 parent 72492f5 commit 4618440

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

irods/exception.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,10 +648,12 @@ class SYS_SOCK_READ_TIMEDOUT(SystemException):
648648
class SYS_INVALID_INPUT_PARAM(SystemException):
649649
code = -130000
650650

651+
# ruff: noqa: N801 D101 off
651652

652653
class SYS_INTERNAL_ERR(SystemException):
653654
code = -154000
654655

656+
# ruff: noqa: N801 D101 on
655657

656658
class SYS_BAD_INPUT(iRODSException):
657659
code = -158000

0 commit comments

Comments
 (0)