Replace remaining uses of shorthand codeblock syntax, add CI check

This commit is contained in:
Danil Alexeev
2025-06-23 00:28:55 +03:00
committed by skyace65
parent c2d94e2db9
commit 3946ede7aa
22 changed files with 243 additions and 120 deletions

View File

@@ -19,6 +19,10 @@ jobs:
- name: Style checks via pre-commit
uses: pre-commit/action@v3.0.1
- name: Custom RST checks (check-rst.sh)
run: |
bash ./_tools/check-rst.sh
- name: Get Python version
id: pythonv
run: |