File: .flake8

package info (click to toggle)
sympy 1.13.3-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 36,612 kB
  • sloc: python: 453,064; xml: 359; makefile: 161; sh: 59; lisp: 4
file content (16 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[flake8]
doctests = True
ignore =
    F403,
select =
    C4,
    E722,
    F,
exclude =
    sympy/assumptions/*generated.py,
    sympy/core/*_generated.py,
    sympy/parsing/autolev/_antlr/*,
    sympy/parsing/autolev/test-examples/*,
    sympy/parsing/latex/_antlr/*,
    sympy/polys/numberfields/resolvent_lookup.py,
per-file-ignores = sympy/interactive/session.py:F821