Skip to content

Commit

Permalink
I always forget rST syntax for code 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed Apr 7, 2024
1 parent 0d49d67 commit 53b1907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ Changelog
Added
^^^^^

* `tomli` dependency for Python versions < 3.11, making use of `tomllib` in the standard library with 3.11+ (`#150 <https://github.com/econchick/interrogate/issues/150>`_).
* ``tomli`` dependency for Python versions < 3.11, making use of ``tomllib`` in the standard library with 3.11+ (`#150 <https://github.com/econchick/interrogate/issues/150>`_).
* Support for ``pyi`` file extensions (and leave room for other file extensions to be added, like maybe ``ipynb``).
* Support for Google-style docstrings for class ``__init__`` methods with new ``--style [sphinx|google]`` flag (`#128 <https://github.com/econchick/interrogate/issues/128>`_).

Fixed
^^^^^

* Include support for deleters when ignoring property decorators (`#126 <https://github.com/econchick/interrogate/issues/126>_`).
* Support floats for `--fail-under` values (`#114 <https://github.com/econchick/interrogate/issues/114>`_).
* Support floats for ``--fail-under`` values (`#114 <https://github.com/econchick/interrogate/issues/114>`_).

Removed
^^^^^^^

* `toml` dependency for all Python versions (`#150 <https://github.com/econchick/interrogate/issues/150>`_).
* ``toml`` dependency for all Python versions (`#150 <https://github.com/econchick/interrogate/issues/150>`_).

.. short-log
Expand Down

0 comments on commit 53b1907

Please sign in to comment.