Update formatting commands in package.json and pyproject.toml; refactor indentation in Python scripts for consistency

This commit is contained in:
mr. M
2025-01-12 17:01:36 +01:00
parent 225ab67a50
commit 9775e1c75d
4 changed files with 33 additions and 33 deletions

View File

@@ -1,6 +1,5 @@
[tool.autopep8]
max_line_length = 120
ignore = "E501,W6" # or ["E501", "W6"]
recursive = true
aggressive = 3
indent_size = 2