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
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
exclude = venv, __init__.py, doc/_build, .venv, tests/customized_functions/*
exclude = venv, __init__.py, doc/_build, .venv, tests/customized_functions/*, _package/*
select = W191, W291, W293, W391, E115, E117, E122, E124, E125, E225, E301, E303, E501, F401, F403
count = True
max-complexity = 10
Expand Down
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ repos:
- id: add-license-headers
args:
- --start_year=2023
exclude: |
(?x)^(
_package/.*
)$

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
Expand Down
1 change: 1 addition & 0 deletions _package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers = [
dependencies = [
"importlib-metadata >=4.0",
"flit>=3.8.0",
"ansys-mapdl-core>=0.66.0",
]

[project.optional-dependencies]
Expand Down
Loading
Loading