We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fbe3e commit 44076e3Copy full SHA for 44076e3
README.md
@@ -106,7 +106,7 @@ fail blocking you from merging. To make your life easier just run it before maki
106
107
To run pylint use this command:
108
```bash
109
-pylint packet
+pylint --load-plugins pylint_quotes packet/routes packet
110
```
111
112
All python files should have a top-level docstring explaining the contents of the file and complex functions should
0 commit comments