Skip to content

Commit

Permalink
Adding .stickler.yml configuration file (pydata#1913)
Browse files Browse the repository at this point in the history
* Adding .stickler.yml

* Add max line length and py3k
  • Loading branch information
stickler-ci authored and Joe Hamman committed Feb 15, 2018
1 parent 174fe5d commit d191352
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .stickler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
linters:
flake8:
max-line-length: 79
fixer: true
py3k:
fixers:
enable: true

0 comments on commit d191352

Please sign in to comment.