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

[flake8]
max-line-length = 79
exclude=venv

[isort]