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

Update tool versions, add pyupgrade, enable pylint for tests #92

Merged
merged 8 commits into from
Jan 29, 2025

Conversation

wRAR
Copy link
Member

@wRAR wRAR commented Jan 25, 2025

No description provided.

@wRAR wRAR added enhancement New feature or request CI Continuous Integration labels Jan 25, 2025
Copy link

codecov bot commented Jan 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.35%. Comparing base (835d712) to head (b0a8337).
Report is 9 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##            master      #92      +/-   ##
===========================================
- Coverage   100.00%   96.35%   -3.65%     
===========================================
  Files            4        4              
  Lines          314      357      +43     
===========================================
+ Hits           314      344      +30     
- Misses           0       13      +13     

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

@wRAR wRAR marked this pull request as draft January 25, 2025 17:20
@wRAR
Copy link
Member Author

wRAR commented Jan 25, 2025

Makes sense to wait for #91

@wRAR wRAR marked this pull request as ready for review January 29, 2025 09:44
.bandit.yml Outdated Show resolved Hide resolved
@@ -29,7 +29,7 @@ def test_false(self):
self.assertFalse(DataclassAdapter.is_item(DataClassItem))

try:
import attrs # noqa: F401
import attrs # noqa: F401 # pylint: disable=unused-import
Copy link
Member

@Gallaecio Gallaecio Jan 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we could disable this pylint check globally, since flake8 already covers it.

@wRAR wRAR merged commit 9ad0ad3 into master Jan 29, 2025
47 of 48 checks passed
@wRAR wRAR deleted the update-tools branch January 29, 2025 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants