Skip to content

Commit 5b392f4

Browse files
authored
Merge pull request #291 from pytest-dev/pre-commit-ci-update-config
2 parents 3394e11 + 2321b62 commit 5b392f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
language: python
2020
additional_dependencies: [pygments, restructuredtext_lint]
2121
- repo: https://github.com/asottile/reorder_python_imports
22-
rev: v3.0.1
22+
rev: v3.1.0
2323
hooks:
2424
- id: reorder-python-imports
2525
args: ['--application-directories=.:src']
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v0.942 # NOTE: keep this in sync with tox.ini
27+
rev: v0.950 # NOTE: keep this in sync with tox.ini
2828
hooks:
2929
- id: mypy
3030
files: ^(src|tests)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Besides undoing the mocking automatically after the end of the test, it also pro
2525
nice utilities such as ``spy`` and ``stub``, and uses pytest introspection when
2626
comparing calls.
2727

28-
|python| |version| |anaconda| |docs| |ci| |coverage| |black| |pre-commit|
28+
|python| |version| |anaconda| |docs| |ci| |coverage| |black| |pre-commit|
2929

3030
.. |version| image:: http://img.shields.io/pypi/v/pytest-mock.svg
3131
:target: https://pypi.python.org/pypi/pytest-mock

0 commit comments

Comments
 (0)