Skip to content

Melevir/flake_master

Repository files navigation

flake_master

Build Status Maintainability Test Coverage PyPI version PyPI - Python Version

flake_master is a manager for flake8 plugins and configuration.

If you have multiple projects with rich flake8 setup, you know how painful it could be to keep flake8 setup in all projects up to date and synced. This is what flake master does.

This library is inspired by eslint and does pretty much the same as nitpick or flakehell. I need simple tool that helps with flake8 configuration management. Also I'm bored.

Installation

pip install flake_master

Usage

Flake master can help with flake8 set setup and upgrade.

Setup

flake_master setup <preset name or path> <dir to do the setup>

This will do the following:

  • download preset with all plugins versions and project setup (from Github);
  • add required packages to requirements.txt;
  • add plugins configuration to setup.cfg;
  • create .flake_master file with current preset version (add the file to vsc).

Upgrade

flake_master upgrade <dir with .flake_master>

This command will fetch last version of preset from .flake_master and apply it to requirements.txt and setup.py.

Beware, it can overwrite some data, that was updated by flake_master and then manually updated.

Contributing

We would love you to contribute to our project. It's simple:

  • Create an issue with bug you found or proposal you have. Wait for approve from maintainer.
  • Create a pull request. Make sure all checks are green.
  • Fix review comments if any.
  • Be awesome.

Here are useful tips:

About

Manager for flake8 plugins and configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published