We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-commit is up to 4.3.0 from 4.0.1 (can usually run pre-commit autoupdate)
4.3.0
4.0.1
Also just a few suggestions for good things to have for most repos:
# Identify invalid files - id: check-ast - id: check-yaml - id: check-json - id: check-toml # git checks - id: check-merge-conflict - id: check-added-large-files - id: detect-private-key - id: check-case-conflict # Python checks - id: check-docstring-first - id: debug-statements - id: requirements-txt-fixer - id: fix-encoding-pragma - id: fix-byte-order-marker # General quality checks - id: mixed-line-ending - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: check-executables-have-shebangs - id: end-of-file-fixer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pre-commit is up to
4.3.0
from4.0.1
(can usually run pre-commit autoupdate)Also just a few suggestions for good things to have for most repos:
The text was updated successfully, but these errors were encountered: