summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
AgeCommit message (Collapse)Author
2019-05-15Upgrade pre-commit/pre-commit-hooksAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-09Add Tidelift management docs and blurb on README, as discussed in the MLBruno Oliveira
2019-05-04Update Black URLsJon Dufresne
> Black, your uncompromising #Python code formatter, was a project > created with the community in mind from Day 1. Today we moved it under > the PSF umbrella. It's now available on GitHub under > https://github.com/python/black/ . You install and use it just like > before. https://twitter.com/llanga/status/1123980466292445190
2019-04-12pre-commit autoupdateAnthony Sottile
2019-01-29pre-commit autoupdateAnthony Sottile
2019-01-29fixes for flake8 3.7Anthony Sottile
2019-01-21remove and ban py.io.BytesIO, py.process, py.path.local.sysfindAnthony Sottile
2019-01-20Fix usages of py.io.safereprAnthony Sottile
2019-01-20Remove and ban use of py.builtinAnthony Sottile
2018-10-31Upgrade pyupgrade for crlf fixes (again)Anthony Sottile
2018-10-30Upgrade pre-commit hooksAnthony Sottile
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-18Upgrade pre-commit/pre-commit-hooks to 2.0.0Anthony Sottile
2018-10-11address review commentsRonny Pfannschmidt
2018-10-11port interals of tmpdir to a basic pathlib implementationRonny Pfannschmidt
this is still lacking locking and cleanup of the folders
2018-10-09Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-10-09re-enable linting tox env on windowsAnthony Sottile
2018-10-08Upgrade pre-commit hooksAnthony Sottile
2018-09-22Add "deprecation" to possible changelog entries in pre-commitBruno Oliveira
2018-09-07Improve pre-commit detection for changelog filenamesAnthony Sottile
2018-08-20Use more flexible `language_version: python3`Anthony Sottile
2018-08-01Enforce that changelog files are .rstAnthony Sottile
2018-07-29Use upstream rst-backticks hookAnthony Sottile
2018-07-04Correct code blocks in docsAnthony Sottile
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-06-03blacken docsAnthony Sottile
2018-05-25Call rst-lint directly with pre-commitAnthony Sottile
2018-05-24switch linting tox env to use pre-commit, clean out travis linting env as ↵Ronny Pfannschmidt
unneeded
2018-05-23run blackRonny Pfannschmidt
2018-05-23sort out pyupgrade falloutRonny Pfannschmidt
2018-05-23apply most other hooks and opt out of black reformatingRonny Pfannschmidt
2018-05-23add the configRonny Pfannschmidt