Merge pull request #1574 from lnbits/fix-flake

fix flake error: #1088
This commit is contained in:
Arc 2023-03-10 10:54:18 +00:00 committed by GitHub
commit 095206e2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ flake8 = { version = "^6.0.0", python = ">=3.8.1" }
pylint = { version = "^2.15.10", python = ">=3.7.2" } pylint = { version = "^2.15.10", python = ">=3.7.2" }
[build-system] [build-system]
requires = ["poetry-core>=1.0.0", "pyScss"] requires = ["poetry-core>=1.0.0", "pyscss"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts] [tool.poetry.scripts]