diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ff998e64f..fe93f07e7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,35 +11,35 @@ exclude: > ) repos: -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.6.3 - hooks: - - id: ruff - args: [ --fix ] - - id: ruff-format +- repo: https://github.com/charliermarsh/ruff-pre-commit + rev: v0.7.3 + hooks: + - id: ruff + args: [--fix] + - id: ruff-format -- repo: https://github.com/codespell-project/codespell - rev: v2.3.0 - hooks: - - id: codespell - args: ["--ignore-words=./doc/styles/config/vocabularies/ANSYS/accept.txt"] +- repo: https://github.com/codespell-project/codespell + rev: v2.3.0 + hooks: + - id: codespell + args: ["--ignore-words=./doc/styles/config/vocabularies/ANSYS/accept.txt"] -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 - hooks: - - id: check-merge-conflict - - id: debug-statements - - id: requirements-txt-fixer +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 + hooks: + - id: check-merge-conflict + - id: debug-statements + - id: requirements-txt-fixer -- repo: https://github.com/ansys/pre-commit-hooks - rev: v0.4.3 - hooks: - - id: add-license-headers - args: - - --start_year=2020 +- repo: https://github.com/ansys/pre-commit-hooks + rev: v0.4.4 + hooks: + - id: add-license-headers + args: + - --start_year=2020 # this validates our github workflow files -- repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.2 - hooks: - - id: check-github-workflows +- repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.29.4 + hooks: + - id: check-github-workflows