diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a328f137..2d5077602 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: codespell args: ["-L", "thisE,thise,mye,tE,te,hist,ro,sav,ccompiler,aas", "-x","doc/source/_static/try-galpy.js"] -- repo: https://github.com/psf/black - rev: 24.1.1 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.3.0 hooks: - - id: black + - id: ruff-format diff --git a/HISTORY.txt b/HISTORY.txt index 770de3c51..7f31739bb 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,6 +1,7 @@ v1.10.1 (expected around 2024-07-01) =================== +- Switch to using Ruff as the code formatter. v1.9.2 (2024-03-04) ===================