| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…e new style workflow using Ruff for code style checks and formatting.
Codecov Report❌ Patch coverage is 68.85246% with 19 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## master #706 +/- ##
==========================================
- Coverage 79.07% 79.06% -0.02%
==========================================
Files 21 21
Lines 1754 1753 -1
Branches 243 243
==========================================
- Hits 1387 1386 -1
Misses 286 286
Partials 81 81
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Sorry, something went wrong.
…orts in Flask app and CLI module
Resolve conflicts from the 'Housekeeping 2026' refactor on master: - Drop black/isort config and the flake8 tox env from pyproject.toml; keep master's pyproject-based tox config and add a ruff 'style' env - Replace flake8 with ruff in setup.cfg; drop the [flake8] section - Remove black.yml (superseded by style.yml) and drop tox.ini (tox config now lives in pyproject.toml) - Keep tox-gh in CI workflows; drop the now-unneeded flake8 install - Take master's source changes and reapply ruff format/lint
| Back | FazBrowse Home | New Git URL |
Summary
Migrate the project's linting and formatting toolchain from flake8, isort, and black to a single tool: ruff.
Changes
Notes
Related to #703