Skip to content
/ wuff Public

Wuff employs black and ruff for simplifying well-formatted python projects.

License

Notifications You must be signed in to change notification settings

bxtbold/wuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wuff

Wuff employs black and ruff for simplifying well-formatted python projects.

Currently, wuff is compatibile with both Linux and MacOS and required to have a minimum Python 3.8 to use it.

Getting Started

Installation

Clone the repository and run install.sh file.

git clone https://github.com/bxtbold/wuff.git
cd wuff
./install.sh

Usage

wuff my_script.py

You can run wuff for all scripts in the directory and subdirectories

wuff .

For more, use --help tag to find out more :)

wuff --help

Contributing

Contributions are highly appreciated. To contribute to this project, please fork the repo and then PR after committing.

About

Wuff employs black and ruff for simplifying well-formatted python projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published