diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15a452cc2..b0c74a4be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: types: [text] files: \.(json|ipynb)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.6.4 hooks: - id: ruff args: [--fix, --show-fixes] @@ -27,7 +27,7 @@ repos: # Ruff doesn't have full coverage of pydoclint https://github.com/astral-sh/ruff/issues/12434 - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 name: pydoclint