| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | | improve code coverage in a few places | Anthony Sottile | 2021-04-07 | 2 | -17/+2 |
| | | | |||||
| * | | fix mypy errors | Anthony Sottile | 2021-04-07 | 5 | -30/+56 |
| | | | |||||
| * | | Merge pull request #43 from sobolevn/patch-1 | Anthony Sottile | 2021-04-03 | 1 | -1/+1 |
| |\ \ | | | | | | | Typo fix | ||||
| | * | | Typo fix | Nikita Sobolev | 2021-03-22 | 1 | -1/+1 |
| | |/ | |||||
| * | | fix links in code | Anthony Sottile | 2021-04-03 | 1 | -6/+6 |
| | | | |||||
| * | | audit + string joining | Anthony Sottile | 2021-03-30 | 5 | -11/+10 |
| | | | |||||
| * | | audit % format calls | Anthony Sottile | 2021-03-30 | 4 | -9/+9 |
| | | | |||||
| * | | audit .format(...) calls | Anthony Sottile | 2021-03-30 | 5 | -21/+9 |
| | | | |||||
| * | | com2ann | Anthony Sottile | 2021-03-30 | 19 | -389/+361 |
| | | | |||||
| * | | clean up TYPE_CHECKING imports | Anthony Sottile | 2021-03-30 | 7 | -12/+16 |
| | | | |||||
| * | | clean up OrderedDict | Anthony Sottile | 2021-03-30 | 1 | -7/+5 |
| | | | |||||
| * | | clean up version_info references | Anthony Sottile | 2021-03-30 | 2 | -27/+12 |
| | | | |||||
| * | | clean up _stdin_get_value_py3 | Anthony Sottile | 2021-03-30 | 1 | -7/+3 |
| | | | |||||
| * | | clean up readlines_py2 | Anthony Sottile | 2021-03-30 | 1 | -16/+2 |
| | | | |||||
| * | | clean up string_types | Anthony Sottile | 2021-03-30 | 2 | -9/+6 |
| | | | |||||
| * | | clean up lru_cache in compat | Anthony Sottile | 2021-03-30 | 3 | -7/+6 |
| | | | |||||
| * | | automatic: pyupgrade --py36-plus | Anthony Sottile | 2021-03-30 | 19 | -88/+121 |
| | | | |||||
| * | | introduce pyupgrade, run it in python2-compatible mode | Anthony Sottile | 2021-03-29 | 5 | -6/+9 |
| | | | |||||
| * | | remove flake8 setuptools command | Anthony Sottile | 2021-03-29 | 1 | -115/+0 |
| | | | |||||
| * | | remove unused noqa comments | Anthony Sottile | 2021-03-29 | 1 | -1/+1 |
| | | | |||||
| * | | remove vcs integration | Anthony Sottile | 2021-03-29 | 8 | -526/+2 |
| |/ | |||||
| * | Release 3.9.03.9.0 | Anthony Sottile | 2021-03-14 | 1 | -1/+1 |
| | | |||||
| * | upgrade pycodestyle to 2.7.0 | Anthony Sottile | 2021-03-14 | 1 | -0/+2 |
| | | |||||
| * | Add indent-size option | valentin | 2021-03-14 | 3 | -0/+12 |
| | | |||||
| * | ensure crlf line endings of stdin are handled properly | Anthony Sottile | 2021-01-07 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'no_show_source' into 'master' | Anthony Sottile | 2020-10-02 | 1 | -0/+7 |
| |\ | | | | | | | | | Add option to disable show-source for calling tools See merge request pycqa/flake8!441 | ||||
| | * | Add option to disable show-source for calling tools | Anthony Sottile | 2020-06-19 | 1 | -0/+7 |
| | | | |||||
| * | | Release 3.8.43.8.4 | Anthony Sottile | 2020-10-02 | 1 | -1/+1 |
| | | | |||||
| * | | fix a few small spelling issues | Anthony Sottile | 2020-09-20 | 7 | -7/+7 |
| | | | | | | | | | found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files` | ||||
| * | | fix skipping of physical checks when file does not end in newline | Anthony Sottile | 2020-09-12 | 1 | -4/+13 |
| | | | |||||
| * | | Support linting when missing sem_open syscall | Nekokatt | 2020-08-27 | 1 | -11/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Platforms such as Termux on Android, and other exotic devices do not provide a sem_open implementation on the OS level. This is problematic, as the error resulting from this occurs when calling multiprocessing.Pool, throwing an unhandled ImportError. The issue itself is outlined in https://bugs.python.org/issue3770. This change allows devices missing this system call to respond to the missing feature by falling back to synchronous execution, which appears to be the default behaviour if the multiprocessing module is not found. This change also adds a potential fix for developers working on platforms where multiprocessing itself cannot be imported. The existing code would set the name referencing the import to None, but there are no clear checks to ensure this does not result in an AttributeError later when multiprocessing.Pool has accession attempts. Existing users should see no difference in functionality, as they will assumably already be able to use flake8, so will not be missing this sem_open call. Users on devices without the sem_open call will now be able to use flake8 where they would be unable to before due to unhandled ImportErrors. | ||||
| * | | upgrade black and run via pre-commit | Anthony Sottile | 2020-08-27 | 2 | -3/+7 |
| |/ | |||||
| * | Release 3.8.33.8.3 | Anthony Sottile | 2020-06-08 | 1 | -1/+1 |
| | | |||||
| * | Help clarify the option behaviour | msmetko | 2020-06-07 | 1 | -1/+1 |
| | | |||||
