Skip to content

Commit f254193

Browse files
pre-commit-ci[bot]jobovy
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9)
1 parent b0a7f45 commit f254193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: pycln
2727
- repo: https://github.com/PyCQA/isort
28-
rev: 6.0.0
28+
rev: 6.0.1
2929
hooks:
3030
- id: isort
3131
name: isort (python)
@@ -36,6 +36,6 @@ repos:
3636
args: ["-L", "thisE,thise,mye,tE,te,hist,ro,sav,ccompiler,aas,floatIn,dOmin,indx",
3737
"-x","doc/source/_static/try-galpy.js"]
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.9.4
39+
rev: v0.9.9
4040
hooks:
4141
- id: ruff-format

0 commit comments

Comments
 (0)