Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.rst
  • Loading branch information
jaraco committed Nov 10, 2022
2 parents eb0f028 + 401287d commit a5fa72a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
.. image:: https://img.shields.io/pypi/v/jaraco.abode.svg
:target: `PyPI link`_
:target: https://pypi.org/project/jaraco.abode

.. image:: https://img.shields.io/pypi/pyversions/jaraco.abode.svg
:target: `PyPI link`_

.. _PyPI link: https://pypi.org/project/jaraco.abode

.. image:: https://github.com/jaraco/jaraco.abode/workflows/tests/badge.svg
:target: https://github.com/jaraco/jaraco.abode/actions?query=workflow%3A%22tests%22
Expand Down
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[mypy]
ignore_missing_imports = True
# required to support namespace packages
# https://github.com/python/mypy/issues/14057
explicit_package_bases = True
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ testing =
pytest-mypy >= 0.9.1; \
# workaround for jaraco/skeleton#22
python_implementation != "PyPy"
# workaround for realpython/pytest-mypy#141
mypy < 0.990
pytest-enabler >= 1.3

# local
Expand Down

0 comments on commit a5fa72a

Please sign in to comment.