diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c6f0d9a4..2f0e983d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ exclude: '.*.weldx$|.*.wx$|.*.asdf$' repos: # ----- general formatting ----- - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] @@ -28,8 +28,8 @@ repos: - mdformat-black - mdformat-config # ----- Python formatting ----- - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.3.5 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.4.3 hooks: # Run ruff linter. - id: ruff @@ -39,7 +39,7 @@ repos: # Run ruff formatter. - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: 1.7.0 + rev: 1.8.0 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject