Skip to content

KgaevskiT/pre-commit-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pre-commit-hooks

Some out-of-the-box hooks for pre-commit.

See also: https://github.com/pre-commit/pre-commit

Using pre-commit-hooks with pre-commit

Add this to your .pre-commit-config.yaml

-   repo: https://github.com/KgaevskiT/pre-commit-hooks
    rev: v0.1.1  # Use the ref you want to point at
    hooks:
    -   id: check-import-datetime

Hooks available

check-import-datetime

Checks that datetime module is not imported directly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages