Skip to content
Snippets Groups Projects
Commit b9638b74 authored by Filippo Vicentini's avatar Filippo Vicentini
Browse files

Replace flake8 with ruff

Ruff is much more modern and faster. Mainly, it does not slow down our pre-commit hooks that right now take ages due to flake8.

Particularly handy is that with ruff we can run `ruff check --fix netket` to fix most issues he identifies, speeding up development.

Moreover, it's settings are all stored in pyproject.toml so we can remove another file.
parent 81a04592
Loading
Showing
with 35 additions and 62 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment