summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: a604efc4e465403681a3c08e9834d13327c7b97b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[install]
optimize=1

[flake8]
extend-exclude =
  .git,
  .tx,
  debian,
  doc,
  setup,
extend-select =
  RST
rst-directives =
  function,
  attribute,
  seealso,
  deprecated,
  versionadded,
  versionchanged,
  todo
rst-roles =
  ref,
  mod,
  class,
  py:meth,
  meth,
  attr,
  data,
  const,
  func,
  exc,
  term,
  samp,
  program