You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- id: check-added-large-files # Prevent giant files from being committed
args: [--maxkb=5000]
- id: check-json # Attempts to load all json files to verify syntax
exclude: ^.vscode
- id: check-merge-conflict # Check for files that contain merge conflict strings
- id: check-toml # Attempts to load all TOML files to verify syntax
- id: detect-private-key # Checks for the existence of private keys
- id: pretty-format-json # Checks that all your JSON files are pretty. "Pretty" here means that keys are sorted and indented. You can configure this with the following commandline options