aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

replace pydocstyle (and potentially other pre-commit hooks) with ruff #653

Open dkrako opened 5 months ago

dkrako commented 5 months ago

Description of the problem

As of Nov 3rd 2023, pydocstyle was deprecated. https://github.com/PyCQA/pydocstyle

Description of a solution

The author of pydocstyle points to ruff, which covers the feature set completely.

Moreover, ruff asserts to cover the following tools from our ci pipeline: