lukasschwab / arxiv.py

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

Move linting from flake8 to ruff #110

Closed lukasschwab closed 1 year ago

lukasschwab commented 1 year ago

Description

Switches from flake8 to ruff for linting; promises speedup.

Updates the CI lint process to use ruff; confirm on this PR run that it looks sensible.

Breaking changes

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

None.

Relevant issues

List GitHub issues relevant to this change.

None.

Checklist