Skip to content

Commit

Permalink
Fix missing namespace/black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jul 8, 2020
1 parent a5cdc35 commit 3978ce0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: '^docs/conf.py|^src/pyscaffoldext/__init__.py'
exclude: '^docs/conf.py'

repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ extensions =
tox
travis
custom_extension
namespace = pyscaffoldext
2 changes: 1 addition & 1 deletion src/pyscaffoldext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__import__('pkg_resources').declare_namespace(__name__)
__import__("pkg_resources").declare_namespace(__name__)

0 comments on commit 3978ce0

Please sign in to comment.