Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toughen rough linting #367

Merged
merged 7 commits into from Feb 8, 2024
Merged

Toughen rough linting #367

merged 7 commits into from Feb 8, 2024

Conversation

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (7c65c03) 85.67% compared to head (c688f95) 85.67%.

Files Patch % Lines
src/cihai/_internal/config_reader.py 84.61% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #367   +/-   ##
=======================================
  Coverage   85.67%   85.67%           
=======================================
  Files          21       21           
  Lines         705      705           
=======================================
  Hits          604      604           
  Misses        101      101           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/cihai/_internal/config_reader.py:16:24: A002 Argument `format` is shadowing a Python builtin
src/cihai/_internal/config_reader.py:39:15: A002 Argument `format` is shadowing a Python builtin
src/cihai/_internal/config_reader.py:62:19: A002 Argument `format` is shadowing a Python builtin
src/cihai/_internal/config_reader.py:118:13: A001 Variable `format` is shadowing a Python builtin
src/cihai/_internal/config_reader.py:120:13: A001 Variable `format` is shadowing a Python builtin
src/cihai/_internal/config_reader.py:171:9: A002 Argument `format` is shadowing a Python builtin
src/cihai/_internal/config_reader.py:199:20: A002 Argument `format` is shadowing a Python builtin
Found 7 errors.
@tony tony merged commit 65e09c7 into master Feb 8, 2024
9 checks passed
@tony tony deleted the ruff-toughen branch February 8, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant