Add autopep8 configuration and integrate into workflows for code formatting

This commit is contained in:
mr. M
2025-01-12 16:57:34 +01:00
parent 838569e386
commit 225ab67a50
9 changed files with 156 additions and 99 deletions

View File

@@ -23,6 +23,9 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Setup autopep8
run: sudo apt install python3-autopep8
- name: Setup pnpm
run: npm install -g pnpm