File size: 150 Bytes
eafbe80
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
[flake8]
max-line-length = 127
exclude =
  ./.git,
  ./docs,
  ./build,
  ./scripts,
  ./venv,
  .flake8,
  .pre-commit-config.yaml,
  *.pyi,
  *.md,