EcohydrologyTeam / ClearWater-modules

A collection of water quality and vegetation process simulation modules designed to couple with water transport models.
MIT License
5 stars 0 forks source link

Style review (flake8) #81

Open sjordan29 opened 5 months ago

sjordan29 commented 5 months ago

Run flake8 over entire updated code-base and ensure compliance with PEP 8 – Style Guide for Python Code.

aufdenkampe commented 3 months ago

I just came across the Ruff Python Linter and formatter, which supposedly has "Drop-in parity with Flake8, isort, and Black" while also being 50x faster. It looks like it's being adopted by many important Python projects (pandas, FastAPI, etc.). It's probably worth trying.