diff options
Diffstat (limited to 'pylintrc')
| -rw-r--r-- | pylintrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,8 @@ disable= # Messages that are noisy for now, eventually maybe we'll turn them on: invalid-name, protected-access, + unspecified-encoding, + consider-using-f-string, duplicate-code, cyclic-import |
