diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8508ad9..a4a0e25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,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] @@ -87,7 +87,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]