Skip to content

Commit

Permalink
Disable additional pylint checks that have cropped up recently
Browse files Browse the repository at this point in the history
These were not needed in the past which presumes older versions of
the linters we use here.
  • Loading branch information
pevogam committed Oct 15, 2024
1 parent 673ae37 commit 59df7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aexpect/remote_door.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

# disable import issues from optional dependencies or remote extra imports using
# pylint: disable=E0401,C0415,W0212
# disable too-many-* as we need them pylint: disable=R0912,R0913,R0914,R0915,C0302
# disable too-many-* as we need them pylint: disable=R0912,R0913,R0914,R0915,R0917,C0302
# ..todo:: we could reduce the disabled issues after more significant refactoring

import os
Expand Down

0 comments on commit 59df7f7

Please sign in to comment.