Skip to content

Upgrade to pycodestyle 2.4.0 #652

@asottile

Description

@asottile

In GitLab by @sigmavirus24 on Apr 10, 2018, 04:48

Please read this brief portion of documentation before going any further: http://flake8.pycqa.org/en/latest/internal/contributing.html#filing-a-bug

I wrote the above documentation. I released 2.4.0 to PyPI. This issue is to hopefully prevent other folks from filing issues about this.

Please describe how you installed Flake8

Example:

$ pip install --user flake8

Please provide the exact, unmodified output of flake8 --bug-report

{
  "dependencies": [
    {
      "dependency": "setuptools", 
      "version": "37.0.0"
    }
  ], 
  "platform": {
    "python_implementation": "CPython", 
    "python_version": "2.7.14", 
    "system": "Linux"
  }, 
  "plugins": [
    {
      "is_local": false, 
      "plugin": "flake8-docstrings", 
      "version": "1.0.2, pydocstyle: 1.1.1"
    }, 
    {
      "is_local": false, 
      "plugin": "mccabe", 
      "version": "0.6.1"
    }, 
    {
      "is_local": false, 
      "plugin": "pycodestyle", 
      "version": "2.3.1"
    }, 
    {
      "is_local": false, 
      "plugin": "pyflakes", 
      "version": "1.6.0"
    }
  ], 
  "version": "3.5.0"
}

Please describe the problem or feature

I released pycodestyle 2.4.0 this morning and folks are going to want a version of Flake8 with it yesterday.

If this is a bug report, please explain with examples (and example code) what you expected to happen and what actually happened.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions