From 9e07b0bfe8412adf994fa1b191779fe464c3c796 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Thu, 8 Apr 2021 14:45:01 +0200 Subject: Modernize branch_changer.py script. maintainer-scripts/ChangeLog: * branch_changer.py: Modernize and fix flake8 issues. * setup.cfg: New file. --- maintainer-scripts/setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 maintainer-scripts/setup.cfg (limited to 'maintainer-scripts/setup.cfg') diff --git a/maintainer-scripts/setup.cfg b/maintainer-scripts/setup.cfg new file mode 100644 index 00000000000..efc313f6d52 --- /dev/null +++ b/maintainer-scripts/setup.cfg @@ -0,0 +1,5 @@ +[flake8] +max-line-length = 120 + +[tool:pytest] +addopts = -vv --flake8 -- cgit v1.2.1