Go to file
Антон Касимов 26791c096a Удаление зависимости от flake8-SQL 2024-01-11 23:11:51 +03:00
cookiecutter-python Удаление зависимости от flake8-SQL 2024-01-11 23:11:51 +03:00
nitpick Удаление зависимости от flake8-SQL 2024-01-11 23:11:51 +03:00
LICENSE Initial commit 2021-10-11 14:48:26 +03:00
README.md Исправление ошибок в инструкции 2023-12-09 03:34:44 +03:00

README.md

Project Configuration Stuff

Enforcing Configuration

Enforcing is done with the help of nitpick — a command-line tool.

Installation

Install nitpick:

pipx install nitpick

Usage

To check for errors only:

nitpick check

To fix and modify your files directly:

nitpick fix

Initializing a Project

Python

cookiecutter https://gitea.radium.group/radium/project-configuration.git --directory cookiecutter-python