Make CI pass; add black and isort to CI; add reformat commit to .git-blame-ignore-revs.

This commit is contained in:
Felix Fontein
2025-10-06 18:57:33 +02:00
parent d65d37e9e9
commit bb39e67c8f
11 changed files with 35 additions and 20 deletions
+3 -2
View File
@@ -16,8 +16,9 @@ stable_branches = [ "stable-*" ]
[sessions]
[sessions.lint]
run_isort = false
run_black = false
run_isort = true
isort_config = ".isort.cfg"
run_black = true
run_flake8 = false
run_pylint = false
run_yamllint = true