PelicanPlatform / pelicanfs

An fsspec implementation that uses the pelican client
https://pelicanplatform.org/
Apache License 2.0
1 stars 4 forks source link

New linter fixes #79

Open turetske opened 2 weeks ago

turetske commented 2 weeks ago

A PR with many linter fixes including variable name changes, white space fixes, line length adjustments, etc.

This PR should not effect functionality in any way.

turetske commented 4 days ago

Did you consider adding a pre-commit hook for black, or some other Python formatter?

I did and I think it was conflicting with flake8 so there was one file I just couldn't get to commit. I can try it again.