File: ruff.toml

package info (click to toggle)
python-dotenv 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 316 kB
  • sloc: python: 2,118; makefile: 52
file content (19 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[lint]
select = [
    # pycodestyle
    "E4",
    "E7",
    "E9",

    # Pyflakes
    "F",

    # flake8-bugbear
    "B",

    # iSort
    "I",

    # flake8-builtins
    "A",
]