Skip to content

Commit

Permalink
Merge pull request #291 from pytest-dev/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed May 4, 2022
2 parents 3394e11 + 2321b62 commit 5b392f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b392f4

Please sign in to comment.