This commit is contained in:
Aarni Halinen
2022-01-13 23:02:57 +02:00
parent 34faf53347
commit 7cb03d40d4
+1 -1
View File
@@ -54,7 +54,7 @@ lint:py:
needs: []
script:
- pip install black==21.12b0
- black --diff .
- black --check .
lint:js:
image: node:14