diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d297b45..59090f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,8 +26,8 @@ repos: - mdformat-black - mdformat-config # ----- Python formatting ----- -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.1.13 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.2.0 hooks: # Run ruff linter. - id: ruff @@ -44,10 +44,10 @@ repos: args: [--autofix, --indent, '2'] exclude: devtools/conda.recipe/meta.yaml # doesn't play nice with jinja - repo: https://github.com/tox-dev/pyproject-fmt - rev: 1.6.0 + rev: 1.7.0 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.15 + rev: v0.16 hooks: - id: validate-pyproject