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
13 changes: 1 addition & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,7 @@ repos:
exclude: ^(src/simulink)
- id: requirements-txt-fixer
exclude: ^(src/simulink)
- repo: https://github.com/PyCQA/flake8
rev: 7.1.2
hooks:
- id: flake8
args: ['--max-line-length=88', '--ignore=W503,E203']
exclude: ^(src/simulink)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.15.0
hooks:
- id: mypy
additional_dependencies: [types-pyyaml]
exclude: ^(src/simulink)

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.10
hooks:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typecheck:
poetry run mypy src/ tests/ --ignore-missing-imports --disable-error-code=call-overload

test:
poetry run pytest --cov=src/adaptive_oscillator --cov-report=term-missing --no-cov-on-fail --cov-report=xml --cov-fail-under=85
poetry run pytest --cov=src/adaptive_oscillator --cov-report=term-missing --no-cov-on-fail --cov-report=xml --cov-fail-under=75
rm .coverage

format:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ The files and folders below are used for development purposes. This repo tree ca
├── Makefile
├── README.md
├── poetry.lock
└── pyproject.toml
├── pyproject.toml
└── repo_tree.py
```
<!-- TREE-END -->
66,867 changes: 66,867 additions & 0 deletions data/17_32_09_Annavaleria_Treadmill/Accelerometers_left.txt

Large diffs are not rendered by default.

66,867 changes: 66,867 additions & 0 deletions data/17_32_09_Annavaleria_Treadmill/Accelerometers_right.txt

Large diffs are not rendered by default.

Loading