mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(ci): fix pylint configuration for protected accesses
- the check was disabled by default in python special functions closes #752
This commit is contained in:
2
pylintrc
2
pylintrc
@@ -519,7 +519,7 @@ redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io
|
||||
[CLASSES]
|
||||
|
||||
# Warn about protected attribute access inside special methods
|
||||
check-protected-access-in-special-methods=no
|
||||
check-protected-access-in-special-methods=yes
|
||||
|
||||
# List of method names used to declare (i.e. assign) instance attributes.
|
||||
defining-attr-methods=__init__,
|
||||
|
||||
Reference in New Issue
Block a user