lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.07k stars 120 forks source link

Format with black #120

Closed lukasschwab closed 1 year ago

lukasschwab commented 1 year ago

Description

Use black to format this codebase.

If this turns out to be a pain for contributors, can revert the CI changes. I think being more selective with the dependencies installed in the pytest job makes sense — prevents an accidental dependency on a dev dependency.

Breaking changes

List any changes that break the API usage supported on master.

None; purely dev tooling.

Relevant issues

List GitHub issues relevant to this change.

None.

Checklist