| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | automatic: pyupgrade --py36-plus | Anthony Sottile | 2021-03-30 | 1 | -3/+0 |
| | | |||||
| * | some manual python2 metadata cleanup | Anthony Sottile | 2021-03-30 | 1 | -19/+1 |
| | | |||||
| * | remove flake8-colors | Anthony Sottile | 2020-11-17 | 1 | -3/+0 |
| | | | | | | they break `--format` in incompatible ways: https://github.com/and3rson/flake8-colors/issues/12 | ||||
| * | drop python3.4 | Anthony Sottile | 2020-10-02 | 1 | -1/+1 |
| | | |||||
| * | upgrade black and run via pre-commit | Anthony Sottile | 2020-08-27 | 1 | -11/+0 |
| | | |||||
| * | switch dogfood to use python3 | Anthony Sottile | 2020-05-07 | 1 | -1/+1 |
| | | |||||
| * | exclude broken pylint version | Anthony Sottile | 2020-04-27 | 1 | -1/+1 |
| | | | | | https://github.com/PyCQA/pylint/issues/3524 | ||||
| * | instrument coverage on tests and require 100% coverage there | Anthony Sottile | 2020-03-23 | 1 | -0/+2 |
| | | |||||
| * | tox: Avoid installing pytest==5.2.3 due to an introduced regression | Eric N. Vander Weele | 2019-11-15 | 1 | -1/+1 |
| | | | | | | | | This will ensure that others don't git bitten by accidentally picking up `pytest==5.2.3`. See https://github.com/pytest-dev/pytest/issues/6194. | ||||
| * | Cleanup CI and add python 3.8 support | Djailla | 2019-11-05 | 1 | -1/+1 |
| | | |||||
| * | linters: Add flake8-bugbear for finding bugs and design problems | Eric N. Vander Weele | 2019-10-25 | 1 | -0/+1 |
| | | | | | | Also, make appropriate changes to satisfy issues flagged by `flake8-bugbear`. | ||||
| * | move from optparse to argparse | Anthony Sottile | 2019-08-17 | 1 | -2/+2 |
| | | |||||
| * | Remove workaround for broken pydocstyle / flake8-docstrings | Anthony Sottile | 2019-08-02 | 1 | -3/+1 |
| | | |||||
| * | fix CI build | Anthony Sottile | 2019-07-08 | 1 | -0/+2 |
| | | |||||
| * | Ensure typing imports don't break old patch versions | Anthony Sottile | 2019-05-20 | 1 | -1/+2 |
| | | |||||
| * | mypy now passes | Anthony Sottile | 2019-05-19 | 1 | -4/+3 |
| | | |||||
| * | Updates for changes in black's cli | Anthony Sottile | 2019-03-18 | 1 | -2/+2 |
| | | |||||
| * | Some lint / mypy fixes | Anthony Sottile | 2019-01-24 | 1 | -2/+2 |
| | | |||||
| * | Use black to reformat Flake8 | Ian Stapleton Cordasco | 2018-10-20 | 1 | -2/+14 |
| | | | | | | Instead of just using Flake8 and pylint to keep Flake8 clean, let's also use black to make it less manual for clean-up. | ||||
| * | Remove py33 from tox | Miro Hrončok | 2018-06-05 | 1 | -1/+1 |
| | | | | | | | Got: flake8 requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' but the running Python is 3.3.7 | ||||
| * | Add Python 3.7 to tox and GitLab CI | Ville Skyttä | 2018-05-20 | 1 | -1/+1 |
| | | |||||
| * | Add W504 to default ignore list. | Jimi Cullen | 2018-04-15 | 1 | -1/+1 |
| | | |||||
| * | Make our flake8 output more colorful | Ian Stapleton Cordasco | 2017-11-26 | 1 | -0/+2 |
| | | |||||
| * | Add pep8-naming to flake8 linting | Ian Stapleton Cordasco | 2017-11-26 | 1 | -0/+1 |
| | | |||||
| * | Upgrade dependencies when dogfooding | Ian Cordasco | 2017-05-27 | 1 | -1/+1 |
| | | |||||
| * | Change dogfood environment to use Python 2.7 | Ian Cordasco | 2017-01-21 | 1 | -1/+1 |
| | | | | | | | This eliminates any ambiguity with respect to which version of Python is necessary for the dogfood environment and should fix up the AppVeyor tests | ||||
| * | Add py36 to tox, correct a tiny typo | Anthony Sottile | 2017-01-20 | 1 | -2/+2 |
| | | |||||
| * | Fix up GitLab CI runners | Ian Cordasco | 2017-01-15 | 1 | -1/+1 |
| | | | | | | | | PyLint does not yet support 3.6 [1] and the dogfood environment really shouldn't be pinning to a specific version of Python 3. [1]: https://github.com/PyCQA/pylint/issues/1241 | ||||
| * | Blacklist pytest 3.0.5 | Ian Cordasco | 2016-12-23 | 1 | -1/+1 |
| | | | | | See also https://github.com/pytest-dev/pytest/issues/2118 | ||||
| * | Require mock 2.0.0, because unit tests are failing on older one | Ondřej Nový | 2016-11-22 | 1 | -1/+1 |
| | | |||||
| * | Revert "Update release machinery to include manpages" | Ian Cordasco | 2016-11-14 | 1 | -9/+0 |
| | | | | | This reverts commit f6f01b469ccabdb78c95399d5cb50d94f69bdef9. | ||||
| * | Update release machinery to include manpages3.1.0 | Ian Cordasco | 2016-11-14 | 1 | -0/+9 |
| | | |||||
| * | Add a man page for Flake8 | Ian Cordasco | 2016-11-13 | 1 | -0/+1 |
| | | | | | | | | Document Flake8 for users expecting `man flake8` to work and include the man page in Flake8's documentation. Closes #247 | ||||
| * | Add coverage reporting and uploading | Ian Cordasco | 2016-08-06 | 1 | -1/+4 |
| | | | | | Upload our coverage data to codecov.io and aggregate it on test runs. | ||||
| * | Set dogfood testenv to Python 3.5 | Ian Cordasco | 2016-08-03 | 1 | -1/+1 |
| | | | | | | AppVeyor doesn't allow us to use `python3` to select the version of Python 3.x that is linked as `python3.exe` so we must be explicit. | ||||
| * | Re-allow for relative paths for exclude | Ian Cordasco | 2016-07-29 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | Previously, all testing was done from the directory in which the configuration file lived, so this bug went unnoticed. However, if you run Flake8 against its own source from a directory above, you would notice that the patterns in the exclude config value in tox.ini were ignored. This is because we (like any reasonable person) are using relative paths. The path is relative, however, to the directory in which the configuration file was located. So we keep track of which directory that is and use that to normalize the paths in the config file. Yes, there is an unrelated change to our tox.ini in this commit as well. ;-) Closes #194 | ||||
| * | Update our flake8 testenv dependencies uncap-flake8 | Ian Cordasco | 2016-07-26 | 1 | -2/+2 |
| | | | | | We had capped Flake8 until flake8-import-order created a new release. We can now add a lower bound to flake8-import-order and uncap Flake8. | ||||
| * | Force flake8 test to below 3.x | Fabian Neundorf | 2016-07-25 | 1 | -1/+1 |
| | | | | | | Because flake8-import-order does not support Flake8 3.x yet, we need to force a Flake8 version that is supported. | ||||
| * | Add build testenv for future CI work | Ian Cordasco | 2016-07-10 | 1 | -2/+11 |
| | | |||||
| * | Set default python for flake8 testenv | Ian Cordasco | 2016-07-10 | 1 | -0/+1 |
| | | |||||
| * | Simplify our test environments | Ian Cordasco | 2016-06-30 | 1 | -16/+0 |
| | | |||||
| * | Add README to linters | Ian Cordasco | 2016-06-29 | 1 | -0/+4 |
| | | | | | Add basepythons to dogfood and readme | ||||
| * | Add a dogfood testenv | Ian Cordasco | 2016-06-28 | 1 | -1/+12 |
| | | |||||
| * | Search current directory if no paths are specified | Ian Cordasco | 2016-06-26 | 1 | -1/+1 |
| | | | | | | | This fixes a regression in behaviour from 2.x to 3. Closes #150 | ||||
| * | Fix linters to use src/flake8 | Ian Cordasco | 2016-06-25 | 1 | -2/+2 |
| | | |||||
| * | Enable GitLab CI | Ian Cordasco | 2016-06-25 | 1 | -1/+1 |
| | | |||||
| * | Update the packaging so wheels work | Ian Cordasco | 2016-06-25 | 1 | -0/+13 |
| | | |||||
| * | Move flake8 into src | Ian Cordasco | 2016-06-25 | 1 | -1/+1 |
| | | | | | | This is an emerging best practice and there is little reason to not follow it | ||||
| * | Configure flake8-import-order to use Google Style | Ian Cordasco | 2016-06-17 | 1 | -0/+2 |
| | | | | | | | | | This relies on two things: 1. Properly configuring flake8-import-order to use that style 2. Properly configuring flake8-import-order to know that flake8 is our application name. | ||||
| * | Set a lower-limit on flake8-docstrings | Ian Cordasco | 2016-06-16 | 1 | -1/+1 |
| | | | | | | | flake8-docstrings is broken on 0.2.6 with flake8 2.6.0, 0.2.7 was released today which fixes the problem. Let's avoid that version if at all possible. | ||||
