Skip to content
forked from pydata/xarray

Commit

Permalink
Merge commit 'd089df38' into join-override
Browse files Browse the repository at this point in the history
* commit 'd089df38':
  Black (pydata#3142)
  • Loading branch information
dcherian committed Aug 8, 2019
2 parents ec412a7 + d089df3 commit 3e4cac9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://pre-commit.com/
# https://github.com/python/black#version-control-integration
repos:
- repo: https://github.com/python/black
rev: stable
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: flake8

0 comments on commit 3e4cac9

Please sign in to comment.