summaryrefslogtreecommitdiff
path: root/src/flake8/style_guide.py
Commit message (Expand)AuthorAgeFilesLines
* extend black formatting to tests as wellAnthony Sottile2021-04-181-8/+2
* Fix bug for plugins using extend_default_ignorefix-extend-default-ignoreIan Stapleton Cordasco2021-04-151-1/+3
* Add --extend-select command line argumentFrank Winklmeier2021-04-111-1/+8
* fix mypy errorsAnthony Sottile2021-04-071-14/+13
* com2annAnthony Sottile2021-03-301-66/+61
* clean up lru_cache in compatAnthony Sottile2021-03-301-3/+3
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-7/+14
* Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-281-7/+1
* Add type annotations to flake8.styleguideAnthony Sottile2019-09-071-14/+34
* Type annotate flake8.options.managerAnthony Sottile2019-09-071-2/+1
* move from optparse to argparseAnthony Sottile2019-08-171-1/+1
* mypy now passesAnthony Sottile2019-05-191-7/+9
* Remove noqa comments now that 3.7 has been releasedAnthony Sottile2019-01-311-1/+1
* Fix performance regression with per-file-ignoresAnthony Sottile2019-01-311-8/+6
* Fix flake8 --statisticsAnthony Sottile2019-01-301-4/+8
* BUG: fix flake8 --diffGuillaume Lemaitre2019-01-301-1/+1
* Some lint / mypy fixesAnthony Sottile2019-01-241-2/+3
* Support more syntaxes in per-file-ignoresAnthony Sottile2019-01-071-3/+4
* Remove unused and broken flake8.listen plugin typeAnthony Sottile2018-12-271-11/+4
* Refactor to support the per-file-ignoresIan Stapleton Cordasco2018-10-271-6/+6
* Add support for per-file ignores in configIan Stapleton Cordasco2018-10-251-1/+150
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-69/+90
* Merge branch 'spelling' into 'master'Ian Stapleton Cordasco2018-05-201-1/+1
|\
| * Spelling and grammar fixesVille Skyttä2018-05-131-1/+1
* | Implement --extend-ignoreVille Skyttä2018-05-161-1/+5
|/
* Remediate one wafer thing decision logic bugIan Stapleton Cordasco2017-07-281-0/+3
* Add some better comments for decision logicIan Cordasco2017-06-041-0/+25
* Pull decision making out of decision_forIan Cordasco2017-06-041-22/+28
* Rename style_guide.Error to style_guide.ViolationIan Cordasco2017-06-041-74/+103
* Rename methods on the new DecisionEngineIan Cordasco2017-06-031-36/+6
* Refactor decision logic into its own objectIan Cordasco2017-06-011-49/+111
* Simplify conditoinal in decision logicIan Cordasco2017-05-271-2/+2
* Further refine our logic handling selectionIan Cordasco2017-05-271-4/+9
* Enable users who want to track all files processedIan Cordasco2016-12-201-0/+8
* Fix subtle reporting bug for default on pluginsIan Cordasco2016-11-151-21/+39
* Handle a previously unhandled code scenarioIan Cordasco2016-11-081-15/+28
* Fix bug with --enable-extensionsIan Cordasco2016-10-251-2/+3
* Ensure column_number is always an integerIan Cordasco2016-08-271-1/+4
* Allow plugins that are on by default to be ignoredIan Cordasco2016-07-281-0/+8
* Fix handling of logical lines with noqaIan Cordasco2016-07-261-16/+2
* Fix zero-indexed column numberingIan Cordasco2016-07-261-1/+3
* Update NOQA regular expressionIan Cordasco2016-07-261-1/+1
* Propagate the stdin_display_name to checker and processorLeonardo Rochael Almeida2016-07-201-2/+0
* Add statistics collection to StyleGuideIan Cordasco2016-07-121-0/+3
* Move flake8 into srcIan Cordasco2016-06-251-0/+283