Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
hooks:
- id: ruff
exclude: ^(examples/)
- id: ruff
exclude: ^(examples/)

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: debug-statements
- id: check-yaml
- id: trailing-whitespace
- id: trailing-whitespace

- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.5.2
hooks:
- id: add-license-headers
args:
- --start_year=2023
2 changes: 1 addition & 1 deletion requirements/requirements_examples.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansys-workbench-core==0.8.0
ansys-workbench-core==0.10.0
ansys-fluent-core==0.26.0
ansys-fluent-visualization==0.14.0
pyaedt == 0.16.2
Expand Down