Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 21, 2019
1 parent 543a8bb commit 4adb110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
hooks:

- id: yapf
name: yapf
name: Yet Another Python Formatter
entry: yapf
language: system
types: [python]
Expand All @@ -34,7 +34,7 @@
pass_filenames: false

- id: conda
name: Validating environment.yml
name: Create environment.yml
entry: python ./.travis-data/check_version.py conda
language: system
files: >-
Expand All @@ -47,7 +47,7 @@
pass_filenames: false

- id: travis-linter
name: travis
name: Travis Lint
entry: travis lint
files: .travis.yml
language: ruby
Expand Down

0 comments on commit 4adb110

Please sign in to comment.