Исправление ошибок в инструкции

master
Антон Касимов 2023-12-09 03:34:44 +03:00
parent 94c9a4e7c9
commit 2d355869cb
1 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Project configuration stuff
## Enforcing configuration
# Project Configuration Stuff
## Enforcing Configuration
Enforcing is done with help of nitpick - a command-line tool.
Enforcing is done with the help of nitpick — a command-line tool.
### Installation
@ -16,13 +16,15 @@ pipx install nitpick
To check for errors only:
```sh
nitpick check
nitpick check
```
To fix and modify your files directly:
nitpick fix
```sh
nitpick fix
```
## Initializing a project
## Initializing a Project
### Python
```sh