refactor: pre-commit run

This commit is contained in:
2022-04-09 23:47:29 +03:00
parent 5079248cb3
commit 22b3257e52
14 changed files with 26 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ Other methods are not supporting:
**Security notice.**
This application uses SSH as git transport layer.
It is safe enough with right use,
and for right use you need to save
and for right use you need to save
git server ssh digest (~/.ssh/known_hosts file).
To do this you just need to clone any repository over ssh first
@@ -92,4 +92,4 @@ Token as the only one identifier is _good enough_ for 95% cases.
- **A:** Using libraries for specific cases is a good practice in industry.
And it keeps code simple and easy to verify (for bugs or malicious actions).
Which is much more important than one-time venv or Docker setup.
Which is much more important than one-time venv or Docker setup.