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 541f533 commit d900c11Copy full SHA for d900c11
README.md
@@ -24,7 +24,7 @@ This is a work in progress.
24
Install a specific version of pylint under the name "pylint-learn":
25
```
26
pip instal pipx
27
-pipx install --suffix -learn pylint==2.7.1
+pipx install --suffix=-learn pylint==2.7.1
28
29
Then use the `pylint_check` script to run pylint on the files or directories
30
of your choice:
0 commit comments