tonybaloney / perflintLinks
Python Linter for performance anti patterns
☆697Updated last year
Alternatives and similar repositories for perflint
Users that are interested in perflint are comparing it to the libraries listed below
Sorting:
- Doing dirty (but extremely useful) things with equals.☆932Updated last month
- Explain yourself! Interrogate a codebase for docstring coverage.☆646Updated last week
- Run `black` on python code blocks in documentation files☆674Updated last week
- pytest plugin for pretty printing the test summary.☆459Updated 5 months ago
- Separate test code from test cases in pytest.☆368Updated 2 months ago
- pytest plugin for easy integration of memray memory profiler☆404Updated 2 weeks ago
- Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post a…☆672Updated 2 weeks ago
- Ward is a modern test framework for Python with a focus on productivity and readability.☆1,211Updated last year
- Near Zero-Overhead Python Code Coverage☆547Updated last month
- Rewrites source to reorder python imports☆772Updated 3 weeks ago
- Production-grade retries for Python☆1,274Updated this week
- `shed` canonicalises Python code. Shed your legacy, stop bikeshedding, and move on. Black++☆350Updated 5 months ago
- A collection of tips, tricks and links to help you speed up your pytest suite.☆347Updated 4 months ago
- Pytest plugin to randomly order tests and control random.seed☆681Updated last week
- dead simple python dead code detection☆386Updated 3 weeks ago
- Dev tools for python☆1,059Updated 9 months ago
- inline-snapshot boosts efficiency when writing tests by generating code with the expected values and simplifies snapshot tests with pytes…☆592Updated this week
- A plugin to improve the output of pytest with colourful unified diffs☆453Updated last year
- Visualize CPython's specializing, adaptive interpreter.☆665Updated last year
- A tool to automatically convert old string literal formatting to f-strings☆726Updated this week
- The sweeter pytest snapshot plugin☆733Updated this week
- A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodest…☆1,108Updated 3 weeks ago
- A python documentation linter which checks that the docstring description matches the definition.☆484Updated 2 years ago
- A formatter for finding and removing unused import statements.☆310Updated 2 weeks ago
- A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).☆446Updated last year
- Reusable constraint types to use with typing.Annotated☆582Updated last week
- Poetry plugin for dynamically extracting the package version from a __version__ variable or a Git tag.☆356Updated last year
- Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.☆920Updated this week
- a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)☆1,486Updated last month
- better error messages for assert equals in pytest☆330Updated last year