Skip to content

Commit 49b89ca

Browse files
committed
Added flake8 config.
1 parent d0d8126 commit 49b89ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.sublimelinterrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
"@python": 3,
23
"linters": {
4+
"flake8": {
5+
"max-line-length": 120
6+
},
37
"pep8": {
48
"max-line-length": 120
59
}

0 commit comments

Comments
 (0)