Skip to content
Merged
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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/actions/lint-code/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
shell: bash
run: |
echo "Running Complexipy..."
uv run complexipy -d low "${{ inputs.src-project-folder }}/"
uv run complexipy -f "${{ inputs.src-project-folder }}/"

- name: Check Type Hints with Mypy
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ __pycache__/
./examples/illia_all_backend_all_modules_pytests.ipynb
*.egg-info/
/docs/examples/Computer Vision/data*
.complexipy_cache/

# Files
*.txt
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lint:
# Static analysis checks
code_check:
@echo "Running static code checks..."
@uv run complexipy -d low $(SRC_PROJECT_NAME)/
@uv run complexipy -f $(SRC_PROJECT_NAME)/
@uv run mypy $(SRC_PROJECT_NAME)/
@uv run bandit -r $(SRC_PROJECT_NAME)/ --exclude tests/
@echo "✅ Code checks complete."
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ pyg = [

[dependency-groups]
pipeline = [
"black==25.9.0",
"black==25.12.0",
"black[jupyter]",
"complexipy==4.2.0",
"complexipy==5.1.0",
"flake8==7.3.0",
"Flake8-pyproject==1.2.3",
"isort==7.0.0",
"nox==2025.11.12",
"pylint==4.0.4",
"pytest-order==1.3.0",
"mypy==1.19.0",
"pytest==9.0.1",
"pytest==9.0.2",
"bandit==1.9.2",
]
documentation = [
Expand All @@ -89,7 +89,7 @@ documentation = [
"mkdocs-git-authors-plugin==0.10.0",
"mkdocs-enumerate-headings-plugin==0.6.2",
"mkdocs-jupyter==0.25.1",
"mkdocs-awesome-nav==3.2.0",
"mkdocs-awesome-nav==3.3.0",
"mike==2.1.3",
]
examples = [
Expand Down
119 changes: 61 additions & 58 deletions uv.lock

Large diffs are not rendered by default.