facebook / PathPicker

PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands.
https://facebook.github.io/PathPicker/
MIT License
5.11k stars 283 forks source link

chore: use pre-commit hook #431

Open Ananya2001-an opened 1 year ago

Ananya2001-an commented 1 year ago

Adding a pre-commit-config.yml file will be good to check if the changes are in sync with the formatting/linting rules defined by flake8 and even isort. Also, can't we add the mypy.ini and .flake8 config in pyproject.toml as well?