Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Top 8 Python pre-commit-hook Projects
-
1. LICENSE: This file contains information about the rights and permissions granted to users regarding the use, modification, distribution, and sharing of the software. I already had an MIT License in my project. 2. pyproject.toml: It is a configuration file typically used for specifying build requirements and backend build systems for Python projects. I was already using this file for Black code formatter configuration. 3. README.md: Used as a documentation file for your project, typically includes project overview, installation instructions and optionally, contribution instructions. 4. example_package_YOUR_USERNAME_HERE: One big change I had to face was restructuring my project, essentially packaging all files in this directory. The name of this directory should be what you want to name your package and shoud not conflict with any of the existing packages. Of course, since its a Python Package, it needs to have an __init__.py. 5. tests/: This is where you put all your unit and integration tests, I think its optional as not all projects will have tests. The rest of the project remains as is.
-
-
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.
-
conventional-pre-commit
A pre-commit hook that checks commit messages for Conventional Commits formatting
For example I want to reject poorly formatted commit messages with https://github.com/compilerla/conventional-pre-commit
-
-
-
-
cookiecutter-poetry-config-management
Cookiecutter python template to get you started without wasting any time setting up virtual environments, vscode python paths, writing settings management code, setting up git pre-commit hooks and much more.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
version-checker
pre-commit hook: make sure your package doesn't refer to different versions of itself across the codebase ✅ (by jalvaradosegura)
Python pre-commit-hook related posts
- The Bullhorn #95 (Ansible Newsletter)
- Open Source Collection of Ansible Good and Bad Practices
- ansible-lint 6.8.0b1 is out
- Correct use of block: and when: (key-order)
- GitHub - lewislbr/ready: A program to run tasks before a commit.
- Parse and verify Ansible playbook from Python
- Ansible-lint is looking for roles and collections authors willing to support cross-testing
-
A note from our sponsor - InfluxDB
www.influxdata.com | 28 Nov 2023
Index
What are some of the best open-source pre-commit-hook projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | black | 35,497 |
2 | nbQA | 902 |
3 | conventional-pre-commit | 231 |
4 | django-urlconfchecks | 52 |
5 | pre-commit-shfmt | 27 |
6 | git-limiter | 26 |
7 | cookiecutter-poetry-config-management | 3 |
8 | version-checker | 3 |