Skip to content

Commit

Permalink
Add noqa for E701,E761 ... maybe we need this in our flake8 config now?
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Oct 25, 2023
1 parent fcc2d85 commit acee712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"""


class NoGitTagsError(Exception): ...
class NoGitTagsError(Exception): ... # noqa: E701,E761


# TODO: Do better with alpha + beta releases
Expand Down

0 comments on commit acee712

Please sign in to comment.