update linter

This commit is contained in:
Aarni Halinen
2022-05-19 21:37:54 +03:00
parent 8741f6b113
commit 704652c643
3 changed files with 31 additions and 14 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ lint:py:
stage: lint
needs: []
script:
- pip install black==21.12b0
- pip install black==22.3.0
- black --check .
lint:js: