Skip to content

Commit

Permalink
Add rucio to list of ignored modules in .pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Jun 14, 2021
1 parent a67fb7c commit 5082ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ generated-members=REQUEST,acl_users,aq_parent
# List of ignored modules
# (useful for classes with attributes dynamically set).
# subprocess32 is disabled due to https://github.com/PyCQA/astroid/issues/911
ignored-modules = MySQLdb,numpy,six.moves.urllib,subprocess32
ignored-modules = MySQLdb,numpy,six.moves.urllib,subprocess32,rucio

[VARIABLES]

Expand Down

0 comments on commit 5082ef9

Please sign in to comment.