File: 02_feature.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 (27 lines) | stat: -rw-r--r-- 846 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: feature request
description: a new feature!
body:
  - type: markdown
    attributes:
      value: >
        Please read this brief portion of documentation before going any
        further:
        https://flake8.pycqa.org/en/latest/internal/contributing.html#filing-a-bug

  - type: markdown
    attributes:
      value: '**NOTE: flake8 is a linting framework and does not implement any checks**'

  - type: markdown
    attributes:
      value: '**NOTE: if you ask about `pyproject.toml` your issue will be closed as a duplicate of [#234](https://github.com/PyCQA/flake8/issues/234)**'

  - type: textarea
    id: freeform
    attributes:
      label: describe the request
      description: >
        please describe your use case and why the current feature set does
        not satisfy your needs
    validations:
      required: true