File: config.yml

package info (click to toggle)
python-flake8 7.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,224 kB
  • sloc: python: 6,634; sh: 21; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
blank_issues_enabled: false
contact_links:
  - name: problem with E___ or W___ codes
    url: https://github.com/PyCQA/pycodestyle/issues
    about: flake8 does not implement any checks, perhaps you want pycodestyle?
  - name: problem with F___ codes
    url: https://github.com/PyCQA/pyflakes/issues
    about: flake8 does not implement any checks, perhaps you want pyflakes?
  - name: problem with C___ codes
    url: https://github.com/PyCQA/mccabe/issues
    about: flake8 does not implement any checks, perhaps you want mccabe?