diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81330e5..1ff7ef4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,12 +19,12 @@ repos: language: python additional_dependencies: [pygments, restructuredtext_lint] - repo: https://github.com/asottile/reorder_python_imports - rev: v3.0.1 + rev: v3.1.0 hooks: - id: reorder-python-imports args: ['--application-directories=.:src'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.942 # NOTE: keep this in sync with tox.ini + rev: v0.950 # NOTE: keep this in sync with tox.ini hooks: - id: mypy files: ^(src|tests) diff --git a/README.rst b/README.rst index ad8e2d6..125df31 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ Besides undoing the mocking automatically after the end of the test, it also pro nice utilities such as ``spy`` and ``stub``, and uses pytest introspection when comparing calls. -|python| |version| |anaconda| |docs| |ci| |coverage| |black| |pre-commit| +|python| |version| |anaconda| |docs| |ci| |coverage| |black| |pre-commit| .. |version| image:: http://img.shields.io/pypi/v/pytest-mock.svg :target: https://pypi.python.org/pypi/pytest-mock