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

various small fixes #166

Merged
merged 2 commits into from
Feb 10, 2025
Merged

Conversation

jakkdl
Copy link
Contributor

@jakkdl jakkdl commented Feb 10, 2025

  • fix relint config (the filename option have had no effect)
  • replace some relint entries with ruff rules
    which are gonna be more comprehensive
  • organize ruff rules into correct sections
    didn't notice the warning in my previous PR
  • enable isort
    Given that isort was configured I was very confused why it wasn't enabled
  • remove unnecessary pytester abstraction
    When reading the tests I noticed a bunch of unnecessary pytester invocations. Maybe there's a case for keeping the same style for each test, but for simple tests that didn't need it I just found it confusing and it'd make debugging trickier. It also stops the code from being covered by linters & type-checkers.

One day I'll get to actually fixing the issues I've been asked to address 😅

* fix relint config
* replace some relint entries with ruff rules
* organize ruff rules into correct sections
* enable ruff isort
* remove unnecessary pytester abstraction
@codecov-commenter
Copy link

codecov-commenter commented Feb 10, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1f34057) to head (c675625).
Report is 20 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #166   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          287       286    -1     
  Branches        54        33   -21     
=========================================
- Hits           287       286    -1     

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

@jakkdl
Copy link
Contributor Author

jakkdl commented Feb 10, 2025

my god commitsar drives me crazy 🙃
...I should write a commit-msg hook

@jakkdl jakkdl force-pushed the network_block_message branch from 31e0e24 to c675625 Compare February 10, 2025 16:08
@Stranger6667 Stranger6667 merged commit ee1f7de into kiwicom:master Feb 10, 2025
11 checks passed
@jakkdl jakkdl deleted the network_block_message branch February 11, 2025 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants