You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable ruff's pylint rules (PL) and remove pylint (#2815)
* Enable ruff's pylint rules (PL) but ignore PLR2004
* Remove pylint settings from pyproject.toml
* Remove all 'pylint: disable' directives
* Use noqa to suppress some ruff errors
* Fix a lint issue in timestamp.py
* Fully remove pylint from Makefile, CI, docs, and environment.yml
* Update doc/contributing.md
Co-authored-by: Wei Ji <[email protected]>
0 commit comments