Skip to content

Commit

Permalink
Ignore flake8 failing case
Browse files Browse the repository at this point in the history
Signed-off-by: alfred richardsn <rchrdsn@protonmail.ch>
  • Loading branch information
r4rdsn committed Apr 12, 2020
1 parent e10fe88 commit 4b74f04
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -11,7 +11,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.0.0
rev: v2.1.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
2 changes: 1 addition & 1 deletion src/escrow/escrow_offer.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class EscrowOffer:
#: Currency which order creator wants to sell.
sell: str
#: Type of offer. Field of currency which is held during exchange.
type: str
type: str # noqa: A003
#: Unix time stamp of offer creation.
time: float
#: Object representing initiator of escrow.
Expand Down

0 comments on commit 4b74f04

Please sign in to comment.