Skip to content

Commit

Permalink
Format code with black and isort (#34)
Browse files Browse the repository at this point in the history
* Format code with black and isort

This commit fixes the style issues introduced in 5d5d018 according to the output
from black and isort.

Details: https://deepsource.io/gh/digimach/cookiecutter-python-package/transform/68eebac8-62e0-4a57-b878-22644bbf6aa1/

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 97e24ac commit 120c5ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_code_of_conduct.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
CODE_OF_CONDUCT file testing module for the generated project.
"""
import os

from . import bake_cookie, load_cookiecutter_json


Expand Down
1 change: 1 addition & 0 deletions tests/test_license_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""
import datetime
import os

from . import bake_cookie, load_cookiecutter_json


Expand Down
1 change: 1 addition & 0 deletions tests/test_manifest_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Manifest file testing module for the generated project.
"""
import os

from . import bake_cookie, load_cookiecutter_json


Expand Down
1 change: 1 addition & 0 deletions tests/test_readme_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
README.md file testing module for the generated project.
"""
import os

from . import bake_cookie


Expand Down

0 comments on commit 120c5ae

Please sign in to comment.