Skip to content

Commit

Permalink
Merge pull request #50 from asottile/pre-commit
Browse files Browse the repository at this point in the history
Add https://pre-commit.com configuration
  • Loading branch information
seddonym committed Jun 19, 2019
2 parents cffe7a9 + 47ca9e0 commit dd0cb28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- id: import-linter
name: import-linter
description: Import Linter allows you to define and enforce rules for the internal and external imports within your Python project.
entry: lint-imports
language: python
types: [python]
pass_filenames: false

0 comments on commit dd0cb28

Please sign in to comment.