- 24 10月, 2018 1 次提交
-
-
由 Anthony Sottile 创作于
-
- 23 10月, 2018 9 次提交
-
-
由 Anthony Sottile 创作于
Fix inconsistent newlines read from a file in python3 (try 2) Closes #457 See merge request pycqa/flake8!255
-
由 Anthony Sottile 创作于
-
由 Anthony Sottile 创作于
This reverts commit ba2fb9c5, reversing changes made to 63b91c95.
-
由 Anthony Sottile 创作于
Revert "Merge branch 'match_newlines_py3' into 'master'" See merge request pycqa/flake8!254
-
由 Anthony Sottile 创作于
This reverts merge request !253
-
由 Anthony Sottile 创作于
Fix inconsistent newlines read from a file in python3 Closes #457 See merge request pycqa/flake8!253
-
由 Anthony Sottile 创作于
Fix collections ABCs deprecation warning See merge request pycqa/flake8!249
-
由 Jintao Zhang 创作于
Signed-off-by:
Jintao Zhang <zhangjintao9020@gmail.com>
-
由 Anthony Sottile 创作于
-
- 20 10月, 2018 5 次提交
-
-
由 Ian Stapleton Cordasco 创作于
Use black to reformat Flake8 See merge request pycqa/flake8!251
-
由 Ian Stapleton Cordasco 创作于
-
由 Ian Stapleton Cordasco 创作于
Instead of just using Flake8 and pylint to keep Flake8 clean, let's also use black to make it less manual for clean-up.
-
由 Ian Stapleton Cordasco 创作于
Fix docs for --isolated flag See merge request pycqa/flake8!247
-
由 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 ```
-
- 10 9月, 2018 1 次提交
-
-
由 Sargun Vohra 创作于
-
- 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
-