| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #20 from blueyed/doc-typo | Anthony Sottile | 2021-04-03 | 1 | -1/+1 |
| |\ | | | | | docs: fix typo in class reference | ||||
| | * | docs: fix typo in class reference | Daniel Hahler | 2018-05-16 | 1 | -1/+1 |
| | | | |||||
| * | | fix manual gitlab links | Anthony Sottile | 2021-04-03 | 1 | -4/+4 |
| | | | |||||
| * | | audit .format(...) calls | Anthony Sottile | 2021-03-30 | 1 | -5/+1 |
| | | | |||||
| * | | some manual python2 metadata cleanup | Anthony Sottile | 2021-03-30 | 1 | -3/+1 |
| | | | |||||
| * | | remove flake8 setuptools command | Anthony Sottile | 2021-03-29 | 1 | -15/+0 |
| | | | |||||
| * | | remove vcs integration | Anthony Sottile | 2021-03-29 | 1 | -1/+0 |
| | | | |||||
| * | | Release 3.9.03.9.0 | Anthony Sottile | 2021-03-14 | 1 | -2/+2 |
| | | | |||||
| * | | fix a few small spelling issues | Anthony Sottile | 2020-09-20 | 2 | -2/+2 |
| | | | | | | | | | found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files` | ||||
| * | | Fix typos | Brian Wignall | 2019-12-02 | 1 | -1/+1 |
| | | | |||||
| * | | Only use multiprocessing when the method is fork | Anthony Sottile | 2019-10-28 | 1 | -6/+0 |
| | | | | | | | | | | | In python3.8 on macos and in all versions on windows the multiprocessing method is `spawn` which does not preserve class state. | ||||
| * | | move from optparse to argparse | Anthony Sottile | 2019-08-17 | 1 | -2/+2 |
| | | | |||||
| * | | utils: Change `normalize_paths()` contract | Eric N. Vander Weele | 2019-07-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | The `normalize_paths()` utility was doing too much — parsing unstructured configuration path data and dispatching the scrubbed paths to be normalized. Towards moving the parsing of unstructured configuration path data closer towards were configuration occurs, have the utility accept only structured input for normalizing paths. | ||||
| * | | utils: Change `parse_comma_separated_list()` contract | Eric N. Vander Weele | 2019-07-28 | 1 | -7/+2 |
| | | | | | | | | | | | This is the initial incision point to only accept `str` (or `None`) for parsing out comma/whitespace/regexp separated values. | ||||
| * | | Document global gitignore files for contributors | Mandar Vaze | 2019-05-30 | 1 | -0/+11 |
| | | | | | | | | | Fixes #155 | ||||
| * | | Remove unused and broken flake8.listen plugin type | Anthony Sottile | 2018-12-27 | 1 | -37/+3 |
| | | | |||||
| * | | Remove workarounds for older, unsupported Pythons | Jon Dufresne | 2018-12-05 | 1 | -2/+0 |
| | | | |||||
| * | | Grammar fixes | Ville Skyttä | 2018-11-11 | 1 | -1/+1 |
| | | | |||||
| * | | Release v3.6.03.6.0 | Anthony Sottile | 2018-10-23 | 1 | -2/+2 |
| | | | |||||
| * | | Fix two typos | GiantsLoveDeathMetal | 2018-05-21 | 1 | -2/+2 |
| | | | | | | | | | | | styl -> style commnts -> comments | ||||
| * | | Spelling and grammar fixes | Ville Skyttä | 2018-05-13 | 1 | -1/+1 |
| |/ | |||||
| * | Update name across the project post-marriage | Ian Stapleton Cordasco | 2017-07-27 | 1 | -2/+2 |
| | | |||||
| * | Update internal documentation around StyleGuide | Ian Cordasco | 2017-06-04 | 1 | -2/+3 |
| | | |||||
| * | Add documentation for our code style | Ian Cordasco | 2016-12-23 | 3 | -0/+223 |
| | | |||||
| * | Grammar nit | tim smith | 2016-11-16 | 1 | -1/+1 |
| | | |||||
| * | Spelling fixes | Ville Skyttä | 2016-08-13 | 3 | -3/+3 |
| | | |||||
| * | Add high-level overview of how things fit together | Ian Cordasco | 2016-06-26 | 2 | -0/+130 |
| | | | | | | | There are now a lot of moving parts in Flake8. It can't help to give new developers a high-level overview of how they all fit together to make Flake8. =) | ||||
| * | Add more detail about types of releases | Ian Cordasco | 2016-06-22 | 1 | -4/+60 |
| | | |||||
| * | Trim trailing whitespace | Ian Cordasco | 2016-06-22 | 1 | -1/+1 |
| | | | | | I need to get better at following my own contrib documentation | ||||
| * | Add documentation about release versioning and process | Ian Cordasco | 2016-06-20 | 2 | -0/+44 |
| | | |||||
| * | Trim trailing whitespace in docs | Ian Cordasco | 2016-06-20 | 1 | -2/+2 |
| | | |||||
| * | Add documentation ... for writing documentation | Ian Cordasco | 2016-06-20 | 3 | -2/+188 |
| | | |||||
| * | Use |Flake8| consistently throughout documentation | Ian Cordasco | 2016-06-20 | 8 | -74/+83 |
| | | |||||
| * | Grammar and clarity improvements. | Cea Stapleton | 2016-06-19 | 7 | -29/+29 |
| | | |||||
| * | Revert silliness around setting choices for --format | Ian Cordasco | 2016-06-14 | 1 | -2/+2 |
| | | | | | | If we restrict the user's ability to specify a format string, we break existing workflows. | ||||
| * | Fix documentation build | Ian Cordasco | 2016-06-14 | 1 | -2/+2 |
| | | |||||
| * | Check for version of Python on Windows | Ian Cordasco | 2016-06-07 | 1 | -1/+28 |
| | | | | | | | | | | | Certain versions of Python on Windows are capable of using multiprocessing safely and correctly. Instead of completely disabling multiprocessing on Windows, this allows us to check for safe versions. This also updates our internal utility documentation to add missing functions and add a strongly worded warning about the API of those functions. | ||||
| * | Remove last trailing whitespace | Ian Cordasco | 2016-06-04 | 1 | -1/+1 |
| | | |||||
| * | Trim trailing whitespace in contributing docs | Ian Cordasco | 2016-06-04 | 1 | -2/+2 |
| | | |||||
| * | Add contributing documentation | Ian Cordasco | 2016-06-04 | 2 | -0/+201 |
| | | |||||
| * | Nest internal docs | Ian Cordasco | 2016-05-18 | 1 | -0/+23 |
| | | |||||
| * | Update title | Ian Cordasco | 2016-05-16 | 1 | -3/+3 |
| | | |||||
| * | Trim trailing whitespace | Ian Cordasco | 2016-05-16 | 1 | -1/+1 |
| | | |||||
| * | Document flake8.checker and flake8.processor | Ian Cordasco | 2016-05-14 | 1 | -0/+70 |
| | | |||||
| * | Add documentation about how we handle pep8 as a plugin | Ian Cordasco | 2016-05-10 | 1 | -0/+15 |
| | | |||||
| * | Add documentation around the cli | Ian Cordasco | 2016-05-08 | 1 | -0/+26 |
| | | |||||
| * | Add and fix documentation | Ian Cordasco | 2016-02-25 | 3 | -4/+59 |
| | | | | | | | | - Add more documentation around utils functions - Fix documentation about default formatting plugins - Add extra documentation of filenames_from predicate parameter - Add test for the default parameter of flake8.utils.fnmatch | ||||
| * | Add internal documentation around default formatters | Ian Cordasco | 2016-02-10 | 1 | -0/+47 |
| | | |||||
| * | Document flake8.utils | Ian Cordasco | 2016-02-03 | 1 | -0/+47 |
| | | |||||
| * | Add documentation around plugin notifications and pyflakes | Ian Cordasco | 2016-02-01 | 1 | -0/+31 |
| | | |||||
