Skip to content

Commit c4cabe2

Browse files
pre-commit-ci[bot]jobovy
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6)
1 parent 3640ee8 commit c4cabe2

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
@@ -12,7 +12,7 @@ repos:
1212
- id: check-executables-have-shebangs
1313
- id: check-yaml
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.16.0
15+
rev: v3.17.0
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py38-plus]
@@ -36,6 +36,6 @@ repos:
3636
args: ["-L", "thisE,thise,mye,tE,te,hist,ro,sav,ccompiler,aas,floatIn,dOmin",
3737
"-x","doc/source/_static/try-galpy.js"]
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.5.0
39+
rev: v0.5.6
4040
hooks:
4141
- id: ruff-format

0 commit comments

Comments
 (0)