Skip to content

Commit a0ce5e1

Browse files
committed
feat: configure ruff linter
1 parent 4a61500 commit a0ce5e1

File tree

5 files changed

+6
-713
lines changed

5 files changed

+6
-713
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- run: pip install --upgrade pip
1313
- run: pip install mypy ruff isort
1414
- run: mypy --disable-error-code=import-untyped --strict DPF/ scripts/
15-
- run: ruff check DPF/ scripts/
15+
- run: ruff check DPF/ scripts/ tests/ --config pyproject.toml
1616
- run: isort --check DPF/

DPF/filters/complex_filter.py

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)