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
/
src
/
flake8
/
style_guide.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
extend black formatting to tests as well
Anthony Sottile
2021-04-18
1
-8
/
+2
*
Fix bug for plugins using extend_default_ignore
fix-extend-default-ignore
Ian Stapleton Cordasco
2021-04-15
1
-1
/
+3
*
Add --extend-select command line argument
Frank Winklmeier
2021-04-11
1
-1
/
+8
*
fix mypy errors
Anthony Sottile
2021-04-07
1
-14
/
+13
*
com2ann
Anthony Sottile
2021-03-30
1
-66
/
+61
*
clean up lru_cache in compat
Anthony Sottile
2021-03-30
1
-3
/
+3
*
automatic: pyupgrade --py36-plus
Anthony Sottile
2021-03-30
1
-7
/
+14
*
Switch from entrypoints to importlib_metadata
Anthony Sottile
2019-11-28
1
-7
/
+1
*
Add type annotations to flake8.styleguide
Anthony Sottile
2019-09-07
1
-14
/
+34
*
Type annotate flake8.options.manager
Anthony Sottile
2019-09-07
1
-2
/
+1
*
move from optparse to argparse
Anthony Sottile
2019-08-17
1
-1
/
+1
*
mypy now passes
Anthony Sottile
2019-05-19
1
-7
/
+9
*
Remove noqa comments now that 3.7 has been released
Anthony Sottile
2019-01-31
1
-1
/
+1
*
Fix performance regression with per-file-ignores
Anthony Sottile
2019-01-31
1
-8
/
+6
*
Fix flake8 --statistics
Anthony Sottile
2019-01-30
1
-4
/
+8
*
BUG: fix flake8 --diff
Guillaume Lemaitre
2019-01-30
1
-1
/
+1
*
Some lint / mypy fixes
Anthony Sottile
2019-01-24
1
-2
/
+3
*
Support more syntaxes in per-file-ignores
Anthony Sottile
2019-01-07
1
-3
/
+4
*
Remove unused and broken flake8.listen plugin type
Anthony Sottile
2018-12-27
1
-11
/
+4
*
Refactor to support the per-file-ignores
Ian Stapleton Cordasco
2018-10-27
1
-6
/
+6
*
Add support for per-file ignores in config
Ian Stapleton Cordasco
2018-10-25
1
-1
/
+150
*
Use black to reformat Flake8
Ian Stapleton Cordasco
2018-10-20
1
-69
/
+90
*
Merge branch 'spelling' into 'master'
Ian Stapleton Cordasco
2018-05-20
1
-1
/
+1
|
\
|
*
Spelling and grammar fixes
Ville Skyttä
2018-05-13
1
-1
/
+1
*
|
Implement --extend-ignore
Ville Skyttä
2018-05-16
1
-1
/
+5
|
/
*
Remediate one wafer thing decision logic bug
Ian Stapleton Cordasco
2017-07-28
1
-0
/
+3
*
Add some better comments for decision logic
Ian Cordasco
2017-06-04
1
-0
/
+25
*
Pull decision making out of decision_for
Ian Cordasco
2017-06-04
1
-22
/
+28
*
Rename style_guide.Error to style_guide.Violation
Ian Cordasco
2017-06-04
1
-74
/
+103
*
Rename methods on the new DecisionEngine
Ian Cordasco
2017-06-03
1
-36
/
+6
*
Refactor decision logic into its own object
Ian Cordasco
2017-06-01
1
-49
/
+111
*
Simplify conditoinal in decision logic
Ian Cordasco
2017-05-27
1
-2
/
+2
*
Further refine our logic handling selection
Ian Cordasco
2017-05-27
1
-4
/
+9
*
Enable users who want to track all files processed
Ian Cordasco
2016-12-20
1
-0
/
+8
*
Fix subtle reporting bug for default on plugins
Ian Cordasco
2016-11-15
1
-21
/
+39
*
Handle a previously unhandled code scenario
Ian Cordasco
2016-11-08
1
-15
/
+28
*
Fix bug with --enable-extensions
Ian Cordasco
2016-10-25
1
-2
/
+3
*
Ensure column_number is always an integer
Ian Cordasco
2016-08-27
1
-1
/
+4
*
Allow plugins that are on by default to be ignored
Ian Cordasco
2016-07-28
1
-0
/
+8
*
Fix handling of logical lines with noqa
Ian Cordasco
2016-07-26
1
-16
/
+2
*
Fix zero-indexed column numbering
Ian Cordasco
2016-07-26
1
-1
/
+3
*
Update NOQA regular expression
Ian Cordasco
2016-07-26
1
-1
/
+1
*
Propagate the stdin_display_name to checker and processor
Leonardo Rochael Almeida
2016-07-20
1
-2
/
+0
*
Add statistics collection to StyleGuide
Ian Cordasco
2016-07-12
1
-0
/
+3
*
Move flake8 into src
Ian Cordasco
2016-06-25
1
-0
/
+283