Style checks

This commit is contained in:
Michał Gdula 2023-04-19 17:18:49 +00:00
parent 8c2e081783
commit fa5fb33793
2 changed files with 95 additions and 8 deletions

View file

@ -21,10 +21,11 @@ pyyaml = "^6.0"
colorthief = "^0.2.1"
Pillow = "^9.4.0"
platformdirs = "^3.0.0"
pylint = "^2.16.3"
libsass = "^0.22.0"
jsmin = "^3.0.1"
cssmin = "^0.2.0"
pylint = "^2.16.3"
black = "^23.3.0"
[build-system]
requires = ["poetry-core"]