ttricco / sarracen

A Python library for smoothed particle hydrodynamics (SPH) analysis and visualization.
https://sarracen.readthedocs.io
GNU General Public License v3.0
15 stars 18 forks source link

Fully lint Sarracen #95

Closed ttricco closed 1 month ago

ttricco commented 1 month ago

Lint Sarracen code base fully using flake8 since we have a new github action that lints PRs.

Exceptions are a few code examples in docstrings that run longer than 79 characters and it would be too cumbersome to ignore or rewrite them.