mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-24 12:43:42 +00:00
removed blank toml file
This commit is contained in:
parent
927a2ccc5b
commit
ca04184a52
1 changed files with 0 additions and 3 deletions
|
|
@ -27,9 +27,6 @@ def test_cli(runner: CliRunner) -> None:
|
|||
with open("tests/config_gitignore/.gitignore", "w") as git:
|
||||
git.write("html_two.html")
|
||||
|
||||
with open("tests/config_gitignore/pyproject.toml", "w") as f:
|
||||
f.write("")
|
||||
|
||||
result = runner.invoke(
|
||||
djlint, ["tests/config_gitignore/html_two.html", "--check", "--use-gitignore"]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue