Skip to content

Commit

Permalink
Add .pre-commit-hooks.yaml for integration with pre-commit (https:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
coreone committed Mar 1, 2019
1 parent 837ecd3 commit 4d4dff0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# For use with pre-commit.
# See usage instructions at https://pre-commit.com
- id: pylama
name: pylama
description: This hook runs pylama.
entry: pylama
language: python
types: [file, python]
args: []
additional_dependencies: []

0 comments on commit 4d4dff0

Please sign in to comment.