sphinx-doc / sphinxcontrib-django

This is a sphinx extension which improves the documentation of Django apps.
https://pypi.org/project/sphinxcontrib-django/
Apache License 2.0
43 stars 25 forks source link

Use ruff for linting and error checking #50

Closed WhyNotHugo closed 1 year ago

WhyNotHugo commented 1 year ago

Ruff integrating flake8, many of its plugins and isort all into a single program. It's substantially faster, can auto-fix some types of errors, and allows enabling additional checks in future.

Needs: https://github.com/edoburu/sphinxcontrib-django/pull/48

codecov-commenter commented 1 year ago

Codecov Report

Merging #50 (a00f1f7) into main (0421d7e) will not change coverage. Report is 11 commits behind head on main. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #50   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          328       328           
=========================================
  Hits           328       328           

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