aboutsummaryrefslogtreecommitdiff
path: root/.flake8
blob: 0574e0a3ab66ac718a378cc2cd2c7b7e9fe6d176 (plain)
1
2
3
4
5
6
7
8
[flake8]
ignore = E203, E266, E501, W503
exclude =
  # Standard linting exemptions.
  __pycache__,
  .git,
  *.pyc,
  conf.py