From 9601f43ea24fcd81998b7359f64fa2711e1a0abb Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Fri, 19 Dec 2025 18:42:47 +0300 Subject: [PATCH] CI checks codestyle with flake8 --- run_tests3.sh | 2 ++ src/exceptions.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/run_tests3.sh b/run_tests3.sh index 41d3880..f89492f 100755 --- a/run_tests3.sh +++ b/run_tests3.sh @@ -16,6 +16,8 @@ pip install -r tests/requirements.txt export PYTHONPATH=$(pwd) # $PIP install . +flake8 + pytest -l -v -n 4 set +eux diff --git a/src/exceptions.py b/src/exceptions.py index b5fb0d8..8b5c7c4 100644 --- a/src/exceptions.py +++ b/src/exceptions.py @@ -50,4 +50,4 @@ def convert_and_join(msg_list): type(TestgresException).__name__, type(InvalidOperationException).__name__, type(ExecUtilException).__name__, -] \ No newline at end of file +]