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
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[codespell]
skip = ./etc, ./Lib, ./Include, ./Scripts, ./share, pyvenv.cfg, ./.vscode, ./src/__pycache__, ./.mypy_cache, ./__pycache__, app.log, ./venv, requirements.txt, requirements_linux.txt, *.ipynb
skip = ./etc, ./Lib, ./Include, ./Scripts, ./share, pyvenv.cfg, ./.vscode, ./src/__pycache__, ./.mypy_cache, ./__pycache__, app.log, ./venv, requirements.txt, requirements_windows.txt, *.ipynb
ignore-words-list = fpr, FPR
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install pytest-cov # Ensure pytest-cov is installed for coverage reporting
- name: Analyse the code with pylint
run: |
pylint src/ tests/ accord_demo.py mc_demo.py
pylint src/ tests/ accord_demo.py mc_demo.py streamlit_app.py
- name: Run mypy static type checker
run: |
mypy .
Expand Down
Loading
Loading