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 e36d6f4 commit 826dcc2Copy full SHA for 826dcc2
README.md
@@ -41,7 +41,7 @@ Include custom modules used in your project with `-r requirements.txt`:
41
42
Okrutnik will create a virtual Python environment in .okrutnik_venv for itself and store its tools in order to perform a scan.
43
44
-You can --update or --uninstall them at any time.
+You can `--update` or `--uninstall` them at any time.
45
46
## Usage 🚀
47
@@ -55,7 +55,7 @@ To stop on failed linters or errors:
55
./okrutnik.sh --stop target.py
56
```
57
58
-Be advised: it will reformat your code by default, make a backup or comment out black.
+**Be advised**: it will reformat your code by default. Make a backup or comment out black before use.
59
60
61
Usage: ./okrutnik.sh [options] <target>
0 commit comments