diff options
| author | Anton Bobov <anton@bobov.name> | 2023-10-23 22:01:37 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-10-27 14:26:05 +0500 |
| commit | 748cafebaf85b9827c8d3df4535a1a34ddbe82fd (patch) | |
| tree | 9490d46585a39922714b6b6fc3f99f16c9b4d44a /files/.config | |
| parent | 94859b69f02036e04e4758f6e7e1d89acf9d380c (diff) | |
Add pylint config
Diffstat (limited to 'files/.config')
| -rw-r--r-- | files/.config/pylintrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/files/.config/pylintrc b/files/.config/pylintrc new file mode 100644 index 0000000..1d5065b --- /dev/null +++ b/files/.config/pylintrc @@ -0,0 +1,7 @@ +[MAIN] +disable= + C0114, # missing-module-docstring + C0115, # missing-class-docstring + C0116, # missing-function-docstring + C0301, # line-too-long + W0622, # redefined-builtin |
