File: pyproject.toml

package info (click to toggle)
python-crontab 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: python: 2,935; sh: 6; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[tool.ruff]
line-length = 128


[tool.ruff.lint]
ignore = [
    "E402",
    "E731",
    "F401",
    "F821",
    "F841",
]