aboutsummaryrefslogtreecommitdiffstats
path: root/.snekrc
blob: ab516c4b1f28e7bf6982cec927047d6889f7eee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
[all]
linters = flake8, yapf

[flake8]
max-line-length = 79

[yapf]

[style]