Skip to content

Commit

Permalink
Switch to using ruff as formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Mar 5, 2024
1 parent 76d136d commit de514c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -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)
===================
Expand Down

0 comments on commit de514c9

Please sign in to comment.