| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move managing of off_by_default / enable_extensions to plugin loadingoff_by_default | Anthony Sottile | 2022-01-01 | 6 | -28/+56 |
| | | |||||
| * | rework plugin loading | Anthony Sottile | 2021-12-31 | 10 | -722/+410 |
| | | |||||
| * | add check for a missing specified config file | Ruairidh MacLeod | 2021-12-24 | 1 | -1/+5 |
| | | |||||
| * | fix AttributeError when catatstrophic failure is triggered | Anthony Sottile | 2021-12-24 | 1 | -6/+8 |
| | | |||||
| * | have OptionManager take plugin versions directly | Anthony Sottile | 2021-12-08 | 4 | -105/+48 |
| | | |||||
| * | use plugin_name= instead of dicts in exceptions | Anthony Sottile | 2021-12-07 | 2 | -11/+10 |
| | | |||||
| * | return an argparser instead of side-effects | Anthony Sottile | 2021-12-07 | 2 | -9/+10 |
| | | |||||
| * | eliminate --bug-report double-parse quirk with store_true | Anthony Sottile | 2021-12-07 | 3 | -43/+8 |
| | | |||||
| * | remove stray noqastray-noqa | Anthony Sottile | 2021-12-07 | 1 | -1/+1 |
| | | |||||
| * | use self.options.diff directly | Anthony Sottile | 2021-11-25 | 1 | -6/+4 |
| | | |||||
| * | refactor run_checks to not take an Optional list of filenames | Anthony Sottile | 2021-11-25 | 3 | -14/+9 |
| | | |||||
| * | refactor and simplify configuration loading | Anthony Sottile | 2021-11-22 | 6 | -356/+136 |
| | | |||||
| * | move from allowlist to blocklist for mypy | Anthony Sottile | 2021-11-14 | 4 | -19/+30 |
| | | |||||
| * | replace py2-kwonly shim with true kwonly args | Anthony Sottile | 2021-11-14 | 2 | -12/+17 |
| | | |||||
| * | improve integration tests | Anthony Sottile | 2021-11-14 | 2 | -6/+7 |
| | | |||||
| * | split out file discovery and test it | Anthony Sottile | 2021-11-14 | 3 | -104/+104 |
| | | |||||
| * | have application return exit code for easier testing | Anthony Sottile | 2021-11-14 | 3 | -19/+16 |
| | | |||||
| * | use return value of parse_args directly | Anthony Sottile | 2021-11-14 | 3 | -14/+9 |
| | | |||||
| * | add a __repr__ for JobsArgument | Anthony Sottile | 2021-11-14 | 1 | -0/+4 |
| | | |||||
| * | improve coverage a bit | Anthony Sottile | 2021-11-14 | 1 | -13/+4 |
| | | |||||
| * | remove dead code | Anthony Sottile | 2021-11-14 | 4 | -42/+0 |
| | | | | | detected using https://github.com/asottile/dead | ||||
| * | add typing to src/flake8/__init__.py | Anthony Sottile | 2021-11-14 | 1 | -1/+6 |
| | | |||||
| * | Add .nox to default exclude list | Scott Barlow | 2021-11-07 | 1 | -0/+1 |
| | | |||||
| * | deprecate the --diff option | Anthony Sottile | 2021-11-05 | 2 | -2/+6 |
| | | |||||
| * | add --color option | Anthony Sottile | 2021-11-05 | 5 | -2/+100 |
| | | |||||
| * | Merge pull request #1426 from mxr/fix-return | Anthony Sottile | 2021-10-17 | 1 | -5/+2 |
| |\ | | | | | Remove usage of self.manager.map() in load_plugins() | ||||
| | * | Remove usage of self.manager.map() in load_plugins() | Max R | 2021-10-17 | 1 | -5/+2 |
| | | | |||||
| * | | [pre-commit.ci] auto fixes from pre-commit.com hooks | pre-commit-ci[bot] | 2021-10-18 | 1 | -1/+3 |
| | | | | | | | | | for more information, see https://pre-commit.ci | ||||
| * | | Update type hint and expression for _multiprocessing_is_fork() | Max R | 2021-10-17 | 1 | -2/+2 |
| |/ | |||||
| * | remove indent_size_strindent-size-str | Anthony Sottile | 2021-10-11 | 1 | -2/+0 |
| | | | | | this was originally added only for pycodestyle which no longer uses it | ||||
| * | Release 4.0.14.0.1 | Anthony Sottile | 2021-10-11 | 1 | -1/+1 |
| | | |||||
| * | fix parallel execution collecting a SyntaxErrorparallel-syntax-error | Anthony Sottile | 2021-10-11 | 1 | -3/+5 |
| | | |||||
| * | Release 4.0.04.0.0 | Anthony Sottile | 2021-10-10 | 1 | -1/+1 |
| | | |||||
| * | Drop support for Home and XDG config files | Ian Stapleton Cordasco | 2021-10-10 | 2 | -60/+6 |
| | | | | | | | | | | This has been a huge support burden for us. I seriously considered doing this in 3.0 but caved to a vocal minority and the desire to keep as much backwards compatibility as possible. At this point, however, I'm done witnessing the abuse Anthony has to suffer over this and I'm done with the undue hostility that people who don't bother to read the docs display. Hopefully, this eases that a bit. | ||||
| * | write directly to sys.stdout.buffer to avoid windows io encoding | Anthony Sottile | 2021-09-08 | 1 | -1/+2 |
| | | |||||
| * | Handle new SyntaxError tuple on 3.10 | Ian Stapleton Cordasco | 2021-08-15 | 1 | -3/+15 |
| | | | | | Closes #1372 | ||||
| * | Update --indent-size help format string | Jacob Hayes | 2021-08-01 | 1 | -1/+1 |
| | | |||||
| * | [pre-commit.ci] auto fixes from pre-commit.com hooks | pre-commit-ci[bot] | 2021-05-24 | 1 | -2/+2 |
| | | | | | for more information, see https://pre-commit.ci | ||||
| * | Automatically create output directories | Jouke Witteveen | 2021-05-10 | 1 | -0/+3 |
| | | |||||
| * | Merge tag '3.9.2' | Anthony Sottile | 2021-05-08 | 1 | -1/+1 |
| |\ | | | | | | | Release 3.9.2 | ||||
| | * | Release 3.9.23.9.2 | Anthony Sottile | 2021-05-08 | 1 | -1/+1 |
| | | | |||||
| | * | Merge pull request #1328 from PyCQA/fix_indent_size_str | Anthony Sottile | 2021-05-08 | 1 | -2/+2 |
| | | | | | | | correct and deprecate the value of indent_size_str | ||||
| * | | correct and deprecate the value of indent_size_str | Anthony Sottile | 2021-05-08 | 1 | -2/+2 |
| | | | |||||
| * | | short circuit on ast error before tokenization error | Anthony Sottile | 2021-04-18 | 3 | -67/+33 |
| | | | |||||
| * | | extend black formatting to tests as well | Anthony Sottile | 2021-04-18 | 8 | -30/+10 |
| | | | |||||
| * | | Merge tag '3.9.1' | Anthony Sottile | 2021-04-15 | 1 | -1/+1 |
| |\ \ | |/ | | | | | Release 3.9.1 | ||||
| | * | Release 3.9.13.9.1 | Anthony Sottile | 2021-04-15 | 1 | -1/+1 |
| | | | |||||
| | * | Fix bug for plugins using extend_default_ignore | Ian Stapleton Cordasco | 2021-04-15 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 https://github.com/PyCQA/pep8-naming/pull/157 | ||||
| * | | Fix bug for plugins using extend_default_ignorefix-extend-default-ignore | Ian Stapleton Cordasco | 2021-04-15 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 https://github.com/PyCQA/pep8-naming/pull/157 | ||||
| * | | Add --extend-select command line argument | Frank Winklmeier | 2021-04-11 | 2 | -1/+21 |
| | | | | | | | | | | | | | | | | | | | Implement `--extend-select` command line argument following what was done for `--extend-ignore` in !233. This option can be used to selectively add individual codes without overriding the default list entirely. Addresses the remaining item of issue #1061. | ||||
