Skip to content

Commit

Permalink
Black shouldn't test autogenerated code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh authored and Alex Leith committed Mar 2, 2020
1 parent 743a5e8 commit 6c86028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cubedash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = 'Unknown/Not Installed'
__version__ = "Unknown/Not Installed"

from ._pages import app

__all__ = (app, __version__)
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ exclude = '''
| buck-out
| build
| dist
| cubedash/_version\.py
)/
'''

0 comments on commit 6c86028

Please sign in to comment.