From 5bcbd4d0f455b8371efb087e83b04dd75bfdf15f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 28 Apr 2025 20:35:32 +0200 Subject: [PATCH] Enable formatting with black; add reformat commit to .git-blame-ignore-revs. --- .git-blame-ignore-revs | 4 +++- antsibull-nox.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index d27d1d56..fd5bb726 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -5,4 +5,6 @@ # Reformat YAML: https://github.com/ansible-collections/community.crypto/pull/866 33ef158b094f16d5e04ea9db3ed8bad010744d02 # Reformat with black, keeping Python 2 compatibility: https://github.com/ansible-collections/community.crypto/pull/871 -aec1826c34051b9e7f8af7950489915b661e320b \ No newline at end of file +aec1826c34051b9e7f8af7950489915b661e320b +# Reformat with black another time, this time without Python 2 compatibility +797bd8a6e2a6f4a37a89ecb15ca34ec88b33258d diff --git a/antsibull-nox.toml b/antsibull-nox.toml index ea95b43b..88e213be 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -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