- 20 10月, 2018 1 次提交
-
-
由 Ian Stapleton Cordasco 创作于
Defer setuptools import to save ~60ms on startup See merge request pycqa/flake8!250
-
- 15 10月, 2018 1 次提交
-
-
由 Anthony Sottile 创作于
(I ran this 5 times and picked a median result) ### before ```console $ time flake8 --help > /dev/null real 0m0.221s user 0m0.199s sys 0m0.020s ``` ### after ```console $ time flake8 --help > /dev/null real 0m0.169s user 0m0.144s sys 0m0.020s ```
-
- 01 7月, 2018 2 次提交
-
-
由 Ian Stapleton Cordasco 创作于
Only skip a file if `# flake8: noqa` is on a line by itself See merge request pycqa/flake8!219
-
由 Anthony Sottile 创作于
-
- 29 6月, 2018 6 次提交
-
-
由 Ian Stapleton Cordasco 创作于
Update to pyflakes 2.0.0 Closes #422 See merge request pycqa/flake8!239
-
由 Ian Stapleton Cordasco 创作于
docs: Fix two typos See merge request pycqa/flake8!236
-
由 Ian Stapleton Cordasco 创作于
Remove py33 from tox See merge request pycqa/flake8!240
-
由 Ian Stapleton Cordasco 创作于
Update documentation links to latest Python 3 documentation See merge request pycqa/flake8!242
-
由 Ian Stapleton Cordasco 创作于
Fix "styl" -> "style" typo in writing code docs See merge request pycqa/flake8!243
-
由 Ian Stapleton Cordasco 创作于
Fix "invalid escape sequence" when running with -Werror See merge request pycqa/flake8!244
-
- 18 6月, 2018 1 次提交
-
-
由 Anthony Sottile 创作于
``` $ python3.7 -Werror Python 3.7.0rc1 (default, Jun 16 2018, 03:32:08) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> '# noqa(?:: (?P<codes>([A-Z][0-9]+(?:[,\s]+)?)+))?' File "<stdin>", line 1 SyntaxError: invalid escape sequence \s ```
-
- 16 6月, 2018 1 次提交
-
-
由 Valentin Ignatev 创作于
-
- 10 6月, 2018 1 次提交
-
-
由 Jon Dufresne 创作于
The URL https://docs.python.org/3/ is actively maintained and updated.
-
- 05 6月, 2018 2 次提交
-
-
由 Miro Hrončok 创作于
- Add new pyflakes codes - Bump the required versions - Fixes https://gitlab.com/pycqa/flake8/issues/422
-
由 Miro Hrončok 创作于
Got: flake8 requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' but the running Python is 3.3.7
-
- 21 5月, 2018 4 次提交
-
-
由 Ian Stapleton Cordasco 创作于
Add Python 3.7 to tox and GitLab CI See merge request pycqa/flake8!234
-
由 Ian Stapleton Cordasco 创作于
docs: Link fixes and redirect avoidance Closes #308 See merge request pycqa/flake8!235
-
由 GiantsLoveDeathMetal 创作于
styl -> style commnts -> comments
-
由 Ville Skyttä 创作于
-
- 20 5月, 2018 5 次提交
-
-
由 Ville Skyttä 创作于
-
由 Ian Stapleton Cordasco 创作于
-
由 Ian Stapleton Cordasco 创作于
Spelling and grammar fixes See merge request pycqa/flake8!232
-
由 Ian Stapleton Cordasco 创作于
Implement --extend-ignore See merge request pycqa/flake8!233
-
由 Ville Skyttä 创作于
-
- 16 5月, 2018 1 次提交
-
-
由 Ville Skyttä 创作于
Refs #365
-
- 13 5月, 2018 1 次提交
-
-
由 Ville Skyttä 创作于
-
- 15 4月, 2018 12 次提交
-
-
由 Ian Stapleton Cordasco 创作于
Resolve "flake8 does not generate error when given a non-existent file on the command line" Closes #405 See merge request pycqa/flake8!227
-
由 Ian Stapleton Cordasco 创作于
Prefer readthedocs.io instead of readthedocs.org for doc links See merge request pycqa/flake8!224
-
由 Ian Stapleton Cordasco 创作于
Move all uses of `pool` inside `run_parallel()`. Closes #410 See merge request pycqa/flake8!228
-
由 Ian Stapleton Cordasco 创作于
add common entry points and instruction to docs See merge request pycqa/flake8!229
-
由 Ian Stapleton Cordasco 创作于
Pass python_requires argument to setuptools See merge request pycqa/flake8!225
-
由 Ian Stapleton Cordasco 创作于
Add hooks to new checks from pycodestyle 2.4.0 See merge request pycqa/flake8!231
-
由 Ian Stapleton Cordasco 创作于
Remove pycodestyle.break_around_binary_operator hook to work with pycodestyle 2.4.0 See merge request pycqa/flake8!230
-
由 Jimi Cullen 创作于
Add hooks for new checks introduced in pycodestyle 2.4.0. For details of the changes to pycodestyle, see: https://pycodestyle.readthedocs.io/en/latest/developer.html
-
由 Jimi Cullen 创作于
-
由 Jimi Cullen 创作于
Add new pycodestyle check hooks for breaks around binary ops.
-
由 Jimi Cullen 创作于
Remove broken hook to pycodestyle.break_around_binary_operator.
-
由 Jimi Cullen 创作于
-
- 30 3月, 2018 2 次提交
-
-
由 Tyler Wince 创作于
-
由 Tyler Wince 创作于
-