aboutsummaryrefslogtreecommitdiff
path: root/flake8
blob: c26b1a7a1bbb2dea0d8e7db6e0b992c602a158c0 (plain)
1
2
3
4
5
6
7
8
9
[flake8]
exclude =
  migrations,
  __init__.py,
  settings,
# I absolutely do not endorse 120 line length however many legacy projects have long lines
# so I use vim highlighting to higlight the 80 limit and have linting only complain
# about really long lengths
max-line-length = 119