Skip to content

Commit

Permalink
Use coding styles by google
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jan 17, 2020
1 parent 11c1171 commit c46e7d9
Show file tree
Hide file tree
Showing 7 changed files with 1,188 additions and 980 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: local
hooks:
- id: masterpylintrc
name: Overwrite local .pylintrc by master one
entry: cp ../.pylintrc ./.pylintrc
pass_filenames: false
always_run: true
language: system
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.4.4
hooks:
Expand Down
Loading

0 comments on commit c46e7d9

Please sign in to comment.