-
repos: - repo: https://github.com/psf/black rev: hooks: - id: black
-
Scout Monitoring
Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
-
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: hooks: - id: check-json
-
repos: - repo: https://github.com/pre-commit/mirrors-prettier rev: hooks: - id: prettier files: \.(json|markdown|md|yaml|yml)$
-
pylint
Discontinued 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
-
How to setup Black and pre-commit in python for auto text-formatting on commit
-
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