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
* Add initial version of .pre-commit-config.yaml
* validate-pyproject
* autoflake
* pyupgrade
* black (line-length = 100)
* ruff
* ruff extend-select (no changes)
* isort via ruff
* flake8-return via ruff
* Enable ruff linting, and some fixes
* pyroma
* SIM102 (manually)
* codespell
* taplo to auto-format pyproject.toml
* yamllint
* prettier
* sphinx-lint
* check-jsonschema and dependabot.yml
* zizmor (TODO)
* blacken-docs
* pygrep-hooks and updates from sp-repo-review
* Add some local pre-commit hooks
* Add pre-commit github action
* Clean up based on actual scientific-python cookie cutter template
* Fix docs (oops!)
* Use `importlib_metadata.version` instead of `importlib.metadata.version`.
* Add `pre-commit` to `dev` dependency group
* auto-walrus (hehehe)
* Use `Path(filepath).read_text()`
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* Use `Path(filepath).write_text(text)`
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* oops fix whitespace
* Iterate over `graph` since not mutating
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* bump ruff
---------
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
0 commit comments