mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 20:16:53 +00:00
Refactor catch_dotenv hook and tests for improved readability and consistency
This commit is contained in:
parent
989ac68f29
commit
c7f0dae9a4
3 changed files with 259 additions and 98 deletions
|
|
@ -29,6 +29,7 @@ exclude =
|
|||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
catch-dotenv = pre_commit_hooks.catch_dotenv:main
|
||||
check-added-large-files = pre_commit_hooks.check_added_large_files:main
|
||||
check-ast = pre_commit_hooks.check_ast:main
|
||||
check-builtin-literals = pre_commit_hooks.check_builtin_literals:main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue