Created
October 14, 2023 16:26
-
-
Save AppleBoiy/40b844ec465b6b67e212cb27388f4656 to your computer and use it in GitHub Desktop.
pylint config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pylint] | |
disable = C0103, C0114, C0115, C0116, C0301, E0401, E0611, W0621 | |
[MESSAGES CONTROL] | |
disable = missing-module-docstring |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment