Compare commits
2 commits
93f9dc3b20
...
800c63cfc6
Author | SHA1 | Date | |
---|---|---|---|
ItsDrike | 800c63cfc6 | ||
ItsDrike | 943d2bb8c3 |
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Run pytest
|
||||
shell: bash
|
||||
run: |
|
||||
poetry run task test
|
||||
poetry run poe test
|
||||
|
||||
python .github/scripts/normalize_coverage.py
|
||||
mv .coverage .coverage.${{ matrix.platform }}.${{ matrix.python-version }}
|
||||
|
|
|
@ -124,6 +124,9 @@ max-statements = 250
|
|||
"D", # docstrings
|
||||
"S101", # Use of assert
|
||||
]
|
||||
".github/scripts/**.py" = [
|
||||
"INP001", # Implicit namespace package
|
||||
]
|
||||
|
||||
[tool.ruff.format]
|
||||
line-ending = "lf"
|
||||
|
|
Loading…
Reference in a new issue