- 21 10月, 2017 1 次提交
-
-
由 Ian Stapleton Cordasco 创作于
-
- 20 10月, 2017 1 次提交
-
-
由 Ian Stapleton Cordasco 创作于
Fix failing encoding test on appveyor See merge request pycqa/flake8!209
-
- 19 10月, 2017 2 次提交
-
-
由 Anthony Sottile 创作于
-
由 Ian Stapleton Cordasco 创作于
Catch UnicodeDecodeError while parsing config files See merge request pycqa/flake8!208
-
- 09 10月, 2017 1 次提交
-
-
由 Anthony Sottile 创作于
-
- 12 8月, 2017 2 次提交
-
-
由 Ian Stapleton Cordasco 创作于
Local plugins updates See merge request !207
-
由 Ian Stapleton Cordasco 创作于
-
- 10 8月, 2017 1 次提交
-
-
由 Ian Stapleton Cordasco 创作于
By slightly modifying our utility function to parse comma separated lists we can parse local plugins similar to other configuration options.
-
- 08 8月, 2017 6 次提交
-
-
由 Ian Stapleton Cordasco 创作于
-
由 Ian Stapleton Cordasco 创作于
This allows us to report whether or not a plugin is local when users provide `flake8 --bug-report` output.
-
由 Ian Stapleton Cordasco 创作于
Lint only *.py files with --diff option Closes #362 See merge request !206
-
由 Ian Stapleton Cordasco 创作于
Fix finding of local config files. See merge request !204
-
由 Josef Skladanka 创作于
When using the `--diff` option flake8 only lints *.py files or files defined by the `--filename` filter. Fixes #362
-
由 Carl Meyer 创作于
-
- 07 8月, 2017 11 次提交
-
-
由 Ian Stapleton Cordasco 创作于
Simplify application tests; remove unneeded mocking See merge request !205
-
由 Carl Meyer 创作于
-
由 Ian Stapleton Cordasco 创作于
Add support for local (in-repo, non-setuptools) plugins. Closes #357 See merge request !197
-
由 Ian Stapleton Cordasco 创作于
Tell user how to configure VCS hooks See merge request !198
-
由 Peter Cock 创作于
-
由 Carl Meyer 创作于
-
由 Carl Meyer 创作于
-
由 Carl Meyer 创作于
-
由 Ian Stapleton Cordasco 创作于
dd missing release notes for 3.5.0 See merge request !202
-
由 Ian Stapleton Cordasco 创作于
-
- 06 8月, 2017 5 次提交
-
-
由 Ian Stapleton Cordasco 创作于
Update pyflakes range and include doc links See merge request !201
-
由 Ian Stapleton Cordasco 创作于
-
由 Ian Stapleton Cordasco 创作于
Add new pycodestyle checks Closes #361 See merge request !199
-
由 Ian Stapleton Cordasco 创作于
Prepare master branch for development of 3.5.0 See merge request !200
-
由 Ian Stapleton Cordasco 创作于
-
- 05 8月, 2017 1 次提交
-
-
由 Ian Stapleton Cordasco 创作于
Closes #361
-
- 04 8月, 2017 1 次提交
-
-
由 Peter Cock 创作于
Also fills out the hg install hook docstring. This would close GitLab issue #335.
-
- 03 8月, 2017 2 次提交
-
-
由 Carl Meyer 创作于
-
由 Carl Meyer 创作于
Closes #357
-
- 29 7月, 2017 2 次提交
-
-
由 Ian Cordasco 创作于
Allow spaces in # noqa lists Closes #356 See merge request !196
-
由 Ian Stapleton Cordasco 创作于
To match our new configuration file format and its allowance for spaces in the list Closes #356
-
- 28 7月, 2017 3 次提交
-
-
由 Ian Cordasco 创作于
Fix regression in --select behaviour in v3.4.0 Closes #354 See merge request !195
-
由 Ian Stapleton Cordasco 创作于
-
由 Ian Stapleton Cordasco 创作于
Previously we were hitting the catch-all return that decided the error was selected. Instead, let's add specific logic since we now know how we would hit that and we actually don't want it to be selected. Closes #354
-
- 27 7月, 2017 1 次提交
-
-
由 Ian Stapleton Cordasco 创作于
-