We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7980e6 commit 7367b66Copy full SHA for 7367b66
1 file changed
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: check-executables-have-shebangs
13
- id: check-yaml
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.21.0
+ rev: v3.21.2
16
hooks:
17
- id: pyupgrade
18
args: [--py38-plus]
@@ -37,6 +37,6 @@ repos:
37
"-x","doc/source/_static/try-galpy.js"]
38
exclude: ^xsf/
39
- repo: https://github.com/astral-sh/ruff-pre-commit
40
- rev: v0.14.3
+ rev: v0.14.7
41
42
- id: ruff-format
0 commit comments