mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
11 lines
533 B
YAML
11 lines
533 B
YAML
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?
|