Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PyCQA/flake8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.9.0
Choose a base ref
...
head repository: PyCQA/flake8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.9.2
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 16, 2021

  1. Fix bug for plugins using extend_default_ignore

    Since Flake8 3.0 we've had the ability for plugins to use
    `extend_default_ignore` to register codes they want disabled by default.
    This, however, was a permanent disabling unfortunately. Our code didn't
    have a way of understanding that this new set of `ignore` codes was
    actually the 'default' set for that run. Much like the
    extended_select_list, we now attach extended_ignore_list to be able to
    confidently determine if the ignore we get in the DecisionEngine is
    actually the Default Ignore list and what plugins what us to ignore by
    default.
    
    Refs PyCQA/pep8-naming#157
    sigmavirus24 authored and asottile committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    e3313e0 View commit details
    Browse the repository at this point in the history
  2. Release 3.9.1

    asottile committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    f7bda92 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Merge pull request #1328 from PyCQA/fix_indent_size_str

    correct and deprecate the value of indent_size_str
    asottile committed May 8, 2021
    Configuration menu
    Copy the full SHA
    c428c55 View commit details
    Browse the repository at this point in the history
  2. Release 3.9.2

    asottile committed May 8, 2021
    Configuration menu
    Copy the full SHA
    c6e0d27 View commit details
    Browse the repository at this point in the history
Loading