Skip to content

Commit

Permalink
ignore flake8 E701, E704 and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperrealist committed Feb 2, 2024
1 parent 7842b97 commit cde0ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ exclude =
docs/source/conf.py
bluesky_widgets/examples/pyFAI_dialog.py,
# There are some errors produced by 'black', therefore unavoidable
ignore = E203, W503
ignore = E203, E701, E704, W503
max-line-length = 115
2 changes: 2 additions & 0 deletions bluesky_widgets/models/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@


class InvertedRange(ValueError): ...


"""
Vendored from databroker.queries
"""
Expand Down

0 comments on commit cde0ede

Please sign in to comment.