File: setup.cfg

package info (click to toggle)
graphs 1.8.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,160 kB
  • sloc: python: 4,861; xml: 220; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[flake8]
count = True
#default_ignorelist: E121,E123,E126,E226,E24,E704,W503,W504
ignore = U101, W503, SCS108, N812, D107
inline-quotes = double

per-file-ignores =
        migrate.py: SCS113
exclude =
        _build


[yapf]
based_on_style = pep8
coalesce_brackets = True
dedent_closing_brackets = True
split_all_top_level_comma_separated_values = True
split_before_arithmetic_operator = True
split_before_bitwise_operator = True
split_before_logical_operator = True