bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.36k stars 397 forks source link

Streamline linting processes #370

Closed stefmolin closed 1 year ago

stefmolin commented 1 year ago

Issue number of the reported bug or feature request: closes https://github.com/bloomberg/memray/issues/360

Describe your changes

Testing performed Reinstalled the hooks to allow for pre-commit and pre-push hooks. Running pre-commit run --all-files runs in the pre-commit stage so all but check-manifest. Running pre-commit run --all-files --hook-stage pre-push only runs check-manifest.