Refurb is a command-line utility that helps developers modernize Python codebases by identifying places where older or less idiomatic code can be replaced with clearer, more up-to-date Python constructs.
It reports findings with check codes and messages, can explain individual rules from the command line, and fits into existing workflows with configuration options, plugin support, and pre-commit integration.
This is free and open source software.
Key Features
- Scans Python files and directories for modernization opportunities and reports them as individual checks.
- Explains specific rule codes from the command line with the
--explainoption. - Lets you enable, disable, or ignore checks, including category-based control and configuration file support.
- Supports selecting a target Python version for more accurate diagnostics.
- Integrates with
pre-commitfor automated checks in development workflows. - Supports plugins, custom checks, and GitHub annotation output.
Website: github.com/dosisod/refurb
Support:
Developer: dosisod
License: GNU General Public License v3.0
Refurb is written in Python. Learn Python with our recommended free books and free tutorials.
Related Software
| Python Linters | |
|---|---|
| Ruff | Extremely fast Python linter and code formatter |
| ty | Fast Python type checker |
| Mypy | Static type checker for Python |
| Bandit | Find security issues in Python code |
| Pylint | Static code analyser |
| wemake-python-styleguide | Flake8 plugin |
| pycodestyle | Check Python code against style conventions in PEP 8 |
| Pyflakes | Checks Python source files for errors |
| Vulture | Find dead code |
| Pyrefly | Fast type checker and language server |
| Flake8 | Wrapper around PyFlakes and pycodestyle |
| Radon | Computes various metrics from Python code |
| cython-lint | Lint Cython files |
| Pylama | Code audit tool for Python |
| Prospector | Brings together the functionality of other Python analysis tools |
| Fixit | Highly configurable linting framework |
| Pyroma | Rates how well a Python project compiles |
| YALA | Yet Another Linter Aggregator |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

