jazzband / django-user-sessions

Extend Django sessions with a foreign key back to the user, allowing enumerating all user's sessions.
https://pypi.python.org/pypi/django-user-sessions
MIT License
628 stars 128 forks source link

Use ruff #173

Closed blag closed 1 year ago

blag commented 1 year ago

Closes #168.

Description

Use ruff instead of isort, flake8, and pyupgrade. Ruff replaces those, including the flake8 plugins that were previously used.

codecov[bot] commented 1 year ago

Codecov Report

Merging #173 (11a6917) into master (5ab2c57) will increase coverage by 0.17%. Report is 5 commits behind head on master. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #173      +/-   ##
==========================================
+ Coverage   94.92%   95.10%   +0.17%     
==========================================
  Files          16       16              
  Lines         768      796      +28     
  Branches       65       68       +3     
==========================================
+ Hits          729      757      +28     
- Misses         29       30       +1     
+ Partials       10        9       -1     

see 4 files with indirect coverage changes

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

blag commented 1 year ago

Good catch, thanks! Fixed.