Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 14, 2020
1 parent 4f632ed commit 5fc217c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.1.4
rev: v0.1.5
hooks:
- id: requirements-txt-sorter
args:
Expand Down
2 changes: 1 addition & 1 deletion shippinglabel/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"""
Instance of :class:`apeye.slumber_url.SlumberURL` which points to the PyPI REST API.
.. versionchanged:: 0.3.0 Now an instance of :class:`apeye.slumber_url.SlumberURL`
.. versionchanged:: 0.3.0 Now an instance of :class:`apeye.slumber_url.SlumberURL`.
"""


Expand Down
2 changes: 2 additions & 0 deletions shippinglabel/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

# 3rd party
from domdf_python_tools.compat import importlib_metadata
from domdf_python_tools.doctools import prettify_docstrings
from domdf_python_tools.paths import PathPlus
from domdf_python_tools.stringlist import DelimitedList, StringList
from domdf_python_tools.typing import PathLike
Expand All @@ -58,6 +59,7 @@
_Requirement = Union[str, Requirement]


@prettify_docstrings
class ComparableRequirement(Requirement):
"""
Represents a :pep:`508` requirement.
Expand Down

0 comments on commit 5fc217c

Please sign in to comment.