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

Replaced flake8 and isort with ruff #692

Merged
merged 16 commits into from
Nov 1, 2023
Merged

Conversation

WisdomPill
Copy link
Member

@WisdomPill WisdomPill commented Nov 1, 2023

Move the project to ruff

Copy link

codecov bot commented Nov 1, 2023

Codecov Report

Merging #692 (1a39b2e) into master (b6ea4b4) will increase coverage by 0.1%.
Report is 3 commits behind head on master.
The diff coverage is 76.4%.

@@           Coverage Diff            @@
##           master    #692     +/-   ##
========================================
+ Coverage    60.5%   60.6%   +0.1%     
========================================
  Files          41      41             
  Lines        2605    2608      +3     
  Branches       69      69             
========================================
+ Hits         1574    1578      +4     
+ Misses       1018    1017      -1     
  Partials       13      13             
Flag Coverage Δ
mypy 35.3% <53.8%> (+0.3%) ⬆️
tests 89.0% <70.2%> (-0.7%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
django_redis/cache.py 97.8% <100.0%> (ø)
django_redis/client/__init__.py 100.0% <100.0%> (ø)
django_redis/client/herd.py 84.2% <100.0%> (+1.9%) ⬆️
django_redis/compressors/identity.py 100.0% <100.0%> (ø)
django_redis/compressors/lz4.py 100.0% <100.0%> (ø)
django_redis/compressors/lzma.py 93.4% <100.0%> (ø)
django_redis/compressors/zlib.py 100.0% <100.0%> (ø)
django_redis/compressors/zstd.py 100.0% <100.0%> (ø)
django_redis/serializers/json.py 100.0% <100.0%> (ø)
django_redis/serializers/msgpack.py 100.0% <100.0%> (ø)
... and 8 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@WisdomPill WisdomPill merged commit ae56576 into jazzband:master Nov 1, 2023
23 of 24 checks passed
@WisdomPill WisdomPill deleted the use_ruff branch November 1, 2023 16:07
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.

1 participant