kevin-paulson-mindbridge-ai's Stars
psf/black
The uncompromising Python code formatter
python-poetry/poetry
Python packaging and dependency management made easy
pydantic/pydantic
Data validation using Python type hints
Wilfred/difftastic
a structural diff that understands syntax 🟥🟩
python/mypy
Optional static typing for Python
microsoft/WSL
Issues found on WSL
pytest-dev/pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
intel/intel-one-mono
Intel One Mono font repository
urllib3/urllib3
urllib3 is a user-friendly HTTP client library for Python
PyCQA/flake8
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
nedbat/coveragepy
The code coverage tool for Python
koxudaxi/datamodel-code-generator
Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
pytest-dev/pytest-cov
Coverage plugin for pytest.
PyCQA/flake8-bugbear
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
pytest-dev/pytest-randomly
:game_die: Pytest plugin to randomly order tests and control random.seed
PyCQA/pep8-naming
Naming Convention checker for Python
adamchainz/flake8-comprehensions
❄️ A flake8 plugin to help you write better list/set/dict comprehensions.
python/typing_extensions
Backported and experimental type hints for Python
guilatrova/tryceratops
A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
connorholyday/vim-snazzy
Elegant vim theme with bright colors.
m-burst/flake8-pytest-style
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
MartinThoma/flake8-simplify
❄ A flake8 plugin that helps you to simplify code
snok/flake8-type-checking
Flake8 plugin for managing type-checking imports & forward references.
adamchainz/flake8-tidy-imports
❄️ A flake8 plugin that helps you write tidier imports.
afonasev/flake8-return
Flake8 plugin for return expressions checking.
CircleCI-Public/cimg-python
The Next-Gen CircleCI Python Docker Convenience Image.
flake8-implicit-str-concat/flake8-implicit-str-concat
Flake8 plugin to encourage correct string literal concatenation
mobility-university/flake8-newspaper-style
python-formate/flake8-encodings
A Flake8 plugin to identify incorrect use of encodings.
cyyc1/flake8-clean-block
A flake8 plugin that enforces a blank line after if/for/while/with/try blocks in Python code