dustinbowers / ruff-sync

Keep ruff toml files in sync

Repository from Github https://github.comdustinbowers/ruff-syncRepository from Github https://github.comdustinbowers/ruff-sync

codecov

ruff-sync

CLI tool for keeping multiple project in sync with a single ruff config.

Quick start

VCS Install

pip install git+https://github.com/Kilo59/ruff-sync
$ ruff-sync --help
usage: ruff-sync [-h] [--source SOURCE] upstream

positional arguments:
  upstream         The URL to download the pyproject.toml file from.

options:
  -h, --help       show this help message and exit
  --source SOURCE  The directory to sync the pyproject.toml file to.

About

Keep ruff toml files in sync

License:MIT License


Languages

Language:Python 100.0%