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
Remove pre-commit hooks for file types not in XFD. File types found in generated files such as node_modules or postgres-data, do not count. These files are not version controlled and are stored only locally. In short, if a file is in a .gitignore, it doesn't need to be checked by pre-commit.
Hook configuration is managed in .pre-commit-config.yaml.
The text was updated successfully, but these errors were encountered:
💡 Summary
Remove pre-commit hooks for file types not in XFD. File types found in generated files such as node_modules or postgres-data, do not count. These files are not version controlled and are stored only locally. In short, if a file is in a .gitignore, it doesn't need to be checked by pre-commit.
Hook configuration is managed in .pre-commit-config.yaml.
The text was updated successfully, but these errors were encountered: