Skip to content

Commit

Permalink
example_configuration add
Browse files Browse the repository at this point in the history
  • Loading branch information
hakancelikdev committed Jan 7, 2020
1 parent aee6204 commit 70c70ba
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions example_configuration/django/.unimport.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[folders]
.*(migrations)

[files]
.*(__init__.py)
.*(settings.py)
.*(apps.py)
9 changes: 9 additions & 0 deletions example_configuration/django/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[tool.unimport]
folders = [
".*(migrations)",
]
files = [
".*(__init__.py)",
".*(settings.py)",
".*(apps.py)",
]
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 70c70ba

Please sign in to comment.