File size: 291 Bytes
9f406cd
 
 
 
8ac7a2e
9f406cd
 
 
 
 
 
 
8ac7a2e
 
 
 
 
 
9f406cd
8ac7a2e
9f406cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[flake8]
ignore =
  # E203 whitespace before ':'
  E203
  D203
  # line too long
  E501
per-file-ignores =
  # imported but unused
  # __init__.py: F401
  test_*.py: F401
exclude =
  .git
  __pycache__
  docs/source/conf.py
  old
  build
  dist
  .venv
  pad*.py app-.py
max-complexity = 25