Skip to content

Commit d191352

Browse files
stickler-ciJoe Hamman
authored and
Joe Hamman
committed
Adding .stickler.yml configuration file (#1913)
* Adding .stickler.yml * Add max line length and py3k
1 parent 174fe5d commit d191352

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.stickler.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
linters:
2+
flake8:
3+
max-line-length: 79
4+
fixer: true
5+
py3k:
6+
fixers:
7+
enable: true

0 commit comments

Comments
 (0)