Compare commits

..

No commits in common. "800c63cfc67896ae88ba93e51df043fac537943c" and "93f9dc3b20c47d2a1b8885185084cc645ff311c2" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: Run pytest - name: Run pytest
shell: bash shell: bash
run: | run: |
poetry run poe test poetry run task test
python .github/scripts/normalize_coverage.py python .github/scripts/normalize_coverage.py
mv .coverage .coverage.${{ matrix.platform }}.${{ matrix.python-version }} mv .coverage .coverage.${{ matrix.platform }}.${{ matrix.python-version }}

View file

@ -124,9 +124,6 @@ max-statements = 250
"D", # docstrings "D", # docstrings
"S101", # Use of assert "S101", # Use of assert
] ]
".github/scripts/**.py" = [
"INP001", # Implicit namespace package
]
[tool.ruff.format] [tool.ruff.format]
line-ending = "lf" line-ending = "lf"