gray icon indicating copy to clipboard operation
gray copied to clipboard

Less uncompromising Python code formatter

Results 5 gray issues
Sort by recently updated
recently updated
newest added

I'm interesting in switching but there is not enough information to evaluate whether I should! Thanks for your work on this promising package.

I created a blank directory, setup a virtualenv with the latest pip and pip-tools. created a requirements.in with only 'gray' in it. and pip-compile fails. ``` └─> ls -al drwxrwxr-x...

It would be good to be able to tune the rules to be different in some subfolders while still be compatible with a single pre-commit hook. The use case is...

isort as a feature called --check-only which allows you to run the tool and find out what files are out of compliance and would be modified. This is a very...

enhancement

We want to use `unify` through the `gray` project as a `pre-commit` hook. It works well but we are getting feedback from our developers that the output is confusing when...

enhancement
good first issue