development #15

Merged
ainur merged 19 commits from development into master 2026-03-18 14:11:09 +00:00
Showing only changes of commit cf7139bad8 - Show all commits
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
run: editorconfig-checker
- name: Check python code formatting with black
uses: psf/black@35ea67920b7f6ac8e09be1c47278752b1e827f76 #26.3.0
uses: psf/black@c6755bb741b6481d6b3d3bb563c83fa060db96c9 #26.3.1
with:
src: "./test"
options: "--check --diff --color"