Skip to content

Commit

Permalink
feat(lint): 🌊 Add pylintrc file
Browse files Browse the repository at this point in the history
Custom linting message formatting at
https://docs.pylint.org/en/1.6.0/output.html

Use them in pre-commit hooks
  • Loading branch information
avimehenwal committed Jul 20, 2020
1 parent 014d85a commit 4e1368e
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# https://pre-commit.com/hooks.html

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 19.3b0
hooks:
- id: black
Loading

0 comments on commit 4e1368e

Please sign in to comment.