Closed nifadyev closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.28%. Comparing base (
460b6fe
) to head (e13f5a7
). Report is 77 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@sobolevn , could you please help with passing the test test_all_violations_are_final
on python 3.9-3.10. Docs on final decorator says that attribute __final__
is available since 3.11. It is the reason the test fails. But cannot find the reason the same test with same python 3.9 passes in wamake-python-styleguide
i've tried import final
from typing_extensions
, no luck
I use typing_extensions
for final
import. https://github.com/wemake-services/wemake-python-styleguide/blob/master/wemake_python_styleguide/violations/best_practices.py#L176
But, make sure that typing_extensions
has the latest version.
Hey @sobolevn , PR fails codecov
project check because of unrelated coverage drop (see report). As I can see, file version.py
in wemake-python-styleguide
differs from the one from dotenv-linter
. Maybe the issue with RTD
is not relevant no more? I found commit back in 2022 where you dropped this logic for wemake-python-styleguide
I have made things!
Checklist
CHANGELOG.md
Related issues
Closes #12 Based on PR #88