Cli tool to add common config to pyroject.toml
Project description
Ruffly
Usage
Cli tool to add common config to pyroject.toml.
Basic usage:
cd/project/with/pyrojecttoml ruffly
will add default config to pyproject.toml found in working directory.
Additional arguments:
--dstThe path to the target pytroject.toml to modify--srcThe path to the source pytroject.toml to copy from (can be url)--only-existingOnly copies config for tools that exist int the target pyproject.toml--toolsA list of tools to copy config for--dry-runOnly prints the changes that would be made
Current tools supported:
- ruff
- mypy
- pytest
- coverage
- poe (poethepoet)
Installation
pip install ruffly
Development
To setup the development environment and run linting and testing:
python -m venv .venv
source .venv/Scripts/activate # or .venv/bin/activate on linux
pip install -e .[dev]
poe all
To test the install with pipx pipx install . --force
To build the package: python -m build --wheel
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ruffly-0.0.3-py3-none-any.whl.
File metadata
- Download URL: ruffly-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db3e3cce3256747133d25826957b2e9982adef8fff4358f2e192214864509f37
|
|
| MD5 |
626aedef312357ad4f02d8ff5f0a836a
|
|
| BLAKE2b-256 |
28f5c9ed3daf36be8afcce0fb7fdbb040c571551e599fab73af5e6e0f9d9a48a
|