GEMDAT-repos / GEMDAT

Python toolkit for molecular dynamics analysis
https://gemdat.readthedocs.io
Apache License 2.0
21 stars 3 forks source link

Fix ruff config #321

Closed stefsmeets closed 1 month ago

stefsmeets commented 1 month ago

This PR fixes the ruff config. The config sections were no longer correct, I believe after a recent deprecation. Most notably, this affects the import order and line length. This PR also sets the line length back to the 96 we originally used.

TODO