File: setup.cfg

package info (click to toggle)
pocsuite3 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,996 kB
  • sloc: python: 16,816; asm: 911; java: 66; makefile: 30
file content (12 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[metadata]
description-file = README.md

[bdist_wheel]
universal = 1

[flake8]
per-file-ignores =
    # imported but unused
    pocsuite3/api/__init__.py: F401
    # may be undefined, or defined from star imports
    tests/test_nuclei_helper_functions.py: F405, F403