Our great sponsors
-
black , The uncompromising code formatter
-
repos: - repo: https://github.com/fastai/nbdev rev: 2.2.10 hooks: - id: nbdev_clean - id: nbdev_export
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
- repo: https://github.com/nbQA-dev/nbQA rev: 1.5.3 hooks: - id: nbqa-mypy args: ["--ignore-missing-imports", "--check-untyped-defs"] # pass args to mypy exclude: "directory_to_exclude/.*" # eclude any directory/files from formatting additional_dependencies: ["mypy", "types-toml", "types-requests"] # install additional dependencies - id: nbqa-black exclude: "directory_to_exclude/.*" # eclude any directory/files from formatting - id: nbqa-isort exclude: "directory_to_exclude/.*" # eclude any directory/files from formatting
-
mypy , Optional static typing for Python
-
Poetry
-
isort , A Python utility / library to sort imports.
-
pre-commit , A framework for managing and maintaining multi-language pre-commit hooks.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Related posts
- I wrote a script to periodically change my Desktop background to live satellite images!
- Formatting Code with Black
- Python Code Quality - Improve the quality of your Python code with linters, code formatters, and security vulnerability scanners
- Code Quality Tools in Python
- Automate Clean Code and Linting in Python