update to latest pre-commit, fix typo

This commit is contained in:
jab 2017-01-30 23:06:57 +00:00
parent 3d757fbb6c
commit 9eb335239d
2 changed files with 2 additions and 2 deletions

View File

@ -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 <https://github.com/jab/bidict>`_ 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 <https://pypi.python.org/pypi/Sphinx>`_).

View File

@ -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'],
),
)