diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25959b7..57719a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.4" + rev: "v0.5.5" hooks: - id: ruff types: [file, python] @@ -98,7 +98,7 @@ repos: args: ["--show=errskip"] - repo: https://github.com/numpy/numpydoc - rev: v1.7.0 + rev: v1.8.0rc2 hooks: - id: numpydoc-validation types: [file, python]