summaryrefslogtreecommitdiff
path: root/src/flake8/formatting/base.py
Commit message (Expand)AuthorAgeFilesLines
* write directly to sys.stdout.buffer to avoid windows io encodingAnthony Sottile2021-09-081-1/+2
* Automatically create output directoriesJouke Witteveen2021-05-101-0/+3
* audit .format(...) callsAnthony Sottile2021-03-301-7/+1
* com2annAnthony Sottile2021-03-301-17/+14
* clean up TYPE_CHECKING importsAnthony Sottile2021-03-301-1/+2
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-5/+6
* Apply suggestion to src/flake8/formatting/base.pyAnthony Sottile2019-08-181-1/+3
* move from optparse to argparseAnthony Sottile2019-08-171-3/+3
* Fix --show-source when indented with tabsAnthony Sottile2019-08-101-2/+5
* mypy now passesAnthony Sottile2019-05-191-14/+21
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-13/+16
* Respect a formatter's newline setting when printingIan Stapleton Cordasco2017-12-311-1/+1
* Rename style_guide.Error to style_guide.ViolationIan Cordasco2017-06-041-6/+9
* Enable users who want to track all files processedIan Cordasco2016-12-201-0/+18
* Merge branch 'master' into 'master' Ian Cordasco2016-10-251-1/+1
|\
| * Add --tee option to split report output stream.Martin Domke2016-07-261-1/+1
* | Open our output file in append mode alwaysIan Cordasco2016-07-291-1/+1
* | Fix zero-indexed column numberingIan Cordasco2016-07-261-1/+3
|/
* Handle repeated --quiet options againIan Cordasco2016-07-251-1/+2
* Wire-up --statistics againbug/180Ian Cordasco2016-07-251-0/+13
* Handle errors reported in empty filesIan Cordasco2016-07-091-2/+3
* Move flake8 into srcIan Cordasco2016-06-251-0/+161