diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 957a652d..42bd8b69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,12 +5,12 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.1.13' + rev: 'v0.1.14' hooks: - id: ruff args: ["--fix"] - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.347 + rev: v1.1.348 hooks: - id: pyright additional_dependencies: [beartype, jax, jaxtyping, pytest, typing_extensions, flowMC, ripplegw, gwpy, astropy]