File: setup.cfg

package info (click to toggle)
dirsearch 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 748 kB
  • sloc: python: 3,131; makefile: 4; sh: 1
file content (11 lines) | stat: -rw-r--r-- 189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[codespell]
skip = ./.git,./db/dicc.txt,./static

[flake8]
count = True
ignore = E501,E701,F403,F405,F524,W503
show-source = True
statistics = True

[metadata]
description-file = README.md