index
:
delta/python-packages/flake8.git
3.7-maintenance
add-statistics
afortunado21-master-patch-46684
asottile-entry-point-docs-fixup
asottile-patch-1
backwards-compat-api
bug/103
bug/121
bug/122
bug/1372
bug/163
bug/178
bug/179
bug/180
bug/193
bug/52
bug/67
bug/69
bug/74
bug/90
bug/output-file
coverage-6
drop-xdg-config
feature/output-file
feature/register-optional-checks
fix-extend-default-ignore
fix-github-workflows
fix_travis2
github_actions
indent-size-str
legacy-api-tests
main
master
mpenkov-master
new_namedtuple
noqa_continuation
off_by_default
output_file_fix
parallel-syntax-error
pep8-stdin-fix
plugin-loading
pre-commit-ci-update-config
pre_commit_config
proposed/3.0
release/2.5.0
remove_unused_verify_requiremetns
stable/2.6
stray-noqa
throwaway-ci
uncap-flake8
update-appveyor
gitlab.com: pycqa/flake8.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix test name after refactor
Anthony Sottile
2021-09-08
1
-2
/
+2
*
write directly to sys.stdout.buffer to avoid windows io encoding
Anthony Sottile
2021-09-08
1
-19
/
+8
*
test using python3.10
Anthony Sottile
2021-08-15
2
-16
/
+13
*
Handle new SyntaxError tuple on 3.10
Ian Stapleton Cordasco
2021-08-15
1
-0
/
+24
*
Automatically create output directories
Jouke Witteveen
2021-05-10
1
-2
/
+2
*
short circuit on ast error before tokenization error
Anthony Sottile
2021-04-18
3
-27
/
+14
*
extend black formatting to tests as well
Anthony Sottile
2021-04-18
30
-1167
/
+1514
*
Fix bug for plugins using extend_default_ignore
fix-extend-default-ignore
Ian Stapleton Cordasco
2021-04-15
2
-178
/
+400
*
Add --extend-select command line argument
Frank Winklmeier
2021-04-11
2
-16
/
+26
*
improve code coverage in a few places
Anthony Sottile
2021-04-07
1
-0
/
+7
*
fix mypy errors
Anthony Sottile
2021-04-07
3
-46
/
+36
*
fix links in code
Anthony Sottile
2021-04-03
2
-3
/
+3
*
audit + string joining
Anthony Sottile
2021-03-30
1
-1
/
+1
*
clean up version_info references
Anthony Sottile
2021-03-30
1
-1
/
+0
*
automatic: pyupgrade --py36-plus
Anthony Sottile
2021-03-30
24
-40
/
+44
*
introduce pyupgrade, run it in python2-compatible mode
Anthony Sottile
2021-03-29
1
-1
/
+1
*
remove flake8 setuptools command
Anthony Sottile
2021-03-29
1
-33
/
+0
*
remove vcs integration
Anthony Sottile
2021-03-29
1
-29
/
+0
*
upgrade pycodestyle to 2.7.0
Anthony Sottile
2021-03-14
2
-2
/
+2
*
ensure crlf line endings of stdin are handled properly
Anthony Sottile
2021-01-07
1
-0
/
+10
*
fix test which was not testing anything
Anthony Sottile
2021-01-07
1
-3
/
+5
*
Merge branch 'no_show_source' into 'master'
Anthony Sottile
2020-10-02
1
-0
/
+25
|
\
|
*
Add option to disable show-source for calling tools
Anthony Sottile
2020-06-19
1
-0
/
+25
*
|
fix a few small spelling issues
Anthony Sottile
2020-09-20
2
-3
/
+3
*
|
fix skipping of physical checks when file does not end in newline
Anthony Sottile
2020-09-12
1
-0
/
+31
*
|
Support linting when missing sem_open syscall
Nekokatt
2020-08-27
1
-0
/
+35
*
|
Tests: Add a value to mocked entry_points, so pytest 6+ can log it
Miro HronĨok
2020-07-20
1
-0
/
+1
|
/
*
fix JobsArgument --help output
Ruairidh MacLeod
2020-06-05
1
-0
/
+6
*
processor: Catch SyntaxError also when generating tokens for a file
Eric N. Vander Weele
2020-06-02
1
-0
/
+11
*
treat --extend-exclude as a file list
Anthony Sottile
2020-05-21
1
-1
/
+1
*
config: Normalize paths in CLI-specified config relative to config dir
Eric N. Vander Weele
2020-05-18
1
-6
/
+7
*
Parse --jobs as a custom argparse type. Fixes #567
Ruairidh MacLeod
2020-05-13
2
-1
/
+32
*
options: Forward `--output-file` to be reparsed for BaseFormatter
Eric N. Vander Weele
2020-05-11
1
-0
/
+14
*
Merge branch 'exclude_dotfiles' into 'master'
Anthony Sottile
2020-05-07
1
-0
/
+8
|
\
|
*
Fix using --exclude=.* to not match `.` and `..`
Anthony Sottile
2020-05-07
1
-0
/
+8
*
|
Fix logical checks which report position out of bounds
Anthony Sottile
2020-05-07
1
-0
/
+22
|
/
*
Fix type='str' optparse options
Anthony Sottile
2020-04-24
1
-0
/
+2
*
instrument coverage on tests and require 100% coverage there
Anthony Sottile
2020-03-23
7
-16
/
+13
*
Allow noqa to apply to lines due to continuation
noqa_continuation
Anthony Sottile
2020-03-17
3
-10
/
+68
*
config: Determine path to user configuration immediately
Eric N. Vander Weele
2020-01-20
2
-21
/
+6
*
config: Remove checks for configs being previously parsed
Eric N. Vander Weele
2020-01-20
1
-24
/
+0
*
Merge branch 'file_not_found_error' into 'master'
Anthony Sottile
2020-01-16
2
-1
/
+10
|
\
|
*
Ensure that a not-found file produces an error
Anthony Sottile
2020-01-16
2
-1
/
+10
*
|
split lines the same when read from stdin
Anthony Sottile
2020-01-16
2
-13
/
+27
|
/
*
config: Make ConfigFileFinder 'extra_config_files' parameter optional
Eric N. Vander Weele
2020-01-12
5
-19
/
+13
*
Remove unused 'cli_config' parameter
Eric N. Vander Weele
2020-01-12
4
-6
/
+6
*
config: Switch code paths to use 'ConfigFileFinder.config_file'
Eric N. Vander Weele
2020-01-12
3
-5
/
+12
*
config: Add 'config_file' parameter to ConfigFileFinder
Eric N. Vander Weele
2020-01-12
1
-0
/
+17
*
config: Remove ConfigFileFinder 'parent' and 'tail' attributes
Eric N. Vander Weele
2020-01-12
1
-3
/
+4
*
tests: Ensure patched `os.getcwd()` is an absolute path
Eric N. Vander Weele
2020-01-12
1
-3
/
+3
[next]