Skip to content

Commit

Permalink
Upgrade pre-commit hooks using pre-commit-upgrade and manual upgrade …
Browse files Browse the repository at this point in the history
…of ansys hooks (#1893)

Signed-off-by: paul.profizi <[email protected]>
  • Loading branch information
PProfizi authored Nov 15, 2024
1 parent 0d9c7bb commit 342adfb
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 342adfb

Please sign in to comment.