lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.11k stars 123 forks source link

Format with `ruff` #147

Closed lukasschwab closed 1 year ago

lukasschwab commented 1 year ago

Description

Consolidates on ruff for both formatting and linting.

May need to additionally update the black check in GitHub Action.

Breaking changes

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

None; just style.

Relevant issues

List GitHub issues relevant to this change.

None.

Checklist