Enable formatting with black; add reformat commit to .git-blame-ignore-revs.

This commit is contained in:
Felix Fontein
2025-04-28 20:35:32 +02:00
parent 797bd8a6e2
commit 5bcbd4d0f4
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
[sessions.lint]
run_isort = true
isort_config = "tests/nox-config-isort.cfg"
run_black = false
run_black = true
run_flake8 = true
flake8_config = "tests/nox-config-flake8.ini"
run_pylint = false