Compare commits
No commits in common. "800c63cfc67896ae88ba93e51df043fac537943c" and "93f9dc3b20c47d2a1b8885185084cc645ff311c2" have entirely different histories.
800c63cfc6
...
93f9dc3b20
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 poe test
|
||||
poetry run task test
|
||||
|
||||
python .github/scripts/normalize_coverage.py
|
||||
mv .coverage .coverage.${{ matrix.platform }}.${{ matrix.python-version }}
|
||||
|
|
|
@ -124,9 +124,6 @@ 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