From 9eb335239d3020f38f6fb1bd11d51c9c94dc6366 Mon Sep 17 00:00:00 2001 From: jab Date: Mon, 30 Jan 2017 23:06:57 +0000 Subject: [PATCH] update to latest pre-commit, fix typo --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bf30fe0..ccfb9a9 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ and by default you will be taken to the version built from the master branch. You can choose different versions from the pop-up menu in the lower-right.* If you have the `bidict source code `_ handy, -you can also browse the docs insde the ``docs`` directory, +you can also browse the docs inside the ``docs`` directory, and build them yourself by running ``make html`` from within that directory (requires `Sphinx `_). diff --git a/setup.py b/setup.py index 12cc25e..4a6edf6 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,6 @@ setup( tests_require=tests_require, extras_require=dict( test=tests_require, - dev=tests_require + ['pre-commit==0.11.0', 'tox==2.3.2'], + dev=tests_require + ['pre-commit==0.12.2', 'tox==2.3.2'], ), )