Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
-
repos: - repo: https://github.com/psf/black rev: hooks: - id: black
-
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: hooks: - id: check-json
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
repos: - repo: https://github.com/pre-commit/mirrors-prettier rev: hooks: - id: prettier files: \.(json|markdown|md|yaml|yml)$
-
pylint
It's not just a linter that annoys you! [Moved to: https://github.com/pylint-dev/pylint] (by PyCQA)
repos: - repo: https://github.com/PyCQA/pylint rev: hooks: - id: pylint name: pylint entry: pylint language: system types: [python] env: PYTHONPATH: "./"
Related posts
- Packaging Python projects in 2023 from scratch
- Conversion from the f-string literals to format method in python
- Securing CDK pipelines in an enterprise organization
- What Do You Think Is The Most Useful Tool Or Package For General Programing
- Should I follow the warnings in Pycharm? Does anyone do this?