Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
widerschein committed Jun 21, 2024
1 parent c0da9bb commit 59c58f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
exclude: "examples/"

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]
Expand All @@ -36,7 +36,7 @@ repos:
exclude: "tests/|examples/"

- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.3.1
rev: v0.3.2
hooks:
- id: add-license-headers
args:
Expand Down

0 comments on commit 59c58f7

Please sign in to comment.