summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
AgeCommit message (Collapse)Author
2021-05-07Blacken.Amjith Ramanujam
2021-05-06Change precommit hook to use stable black.Amjith Ramanujam
2021-05-06Blacken.Amjith Ramanujam
2019-10-23Fix the condition for <enter> key. (#1114)Amjith Ramanujam
* Fix the condition for <enter> key. * Improve the debug message and remove debug statement.
2019-05-25black all the things. (#1049)Irina Truong
* added black to develop guide * no need for pep8radius. * changelog. * Add pre-commit checkbox. * Add pre-commit to dev reqs. * Add pyproject.toml for black. * Pre-commit config. * Add black to travis and dev reqs. * Install and run black in travis. * Remove black from dev reqs. * Lower black target version. * Re-format with black.