Skip to content

Commit

Permalink
chore(meta): include missing artifacts in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Jan 9, 2018
1 parent 2d56045 commit a56c467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
**/.cache/*
**/__pycache__/*
**/dist/*
*.pyc
*/.coverage
*/build/*
.nox/*
venv/*
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ repos:
- -d invalid-name
- -d locally-disabled
- -d missing-docstring
- -d unused-variable # TODO: bug in pylint?
- repo: git://github.com/Lucas-C/pre-commit-hooks
sha: v1.1.4
hooks:
Expand Down

0 comments on commit a56c467

Please sign in to comment.