From b994aee571bb2c469aed0e1779b3ee14f696d122 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 13 Jul 2023 09:25:43 +0200 Subject: [PATCH] improvement(build): update "pyproject.toml" for including all files for black This includes all our Python files for black reformatting. The next commit will do the actual reformatting. --- pyproject.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 671f3311c..efc10b267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,12 @@ target-versions = ["py37", "py38", "py39", "py310"] include = ''' ( - src/tests/unit/.*.py + \.py$ + | \.py\.in$ + | src/firewall-applet.in + | src/firewall-cmd.in + | src/firewall-config.in + | src/firewalld.in + | src/firewall-offline-cmd.in ) '''