Skip to content

Commit ce82ff6

Browse files
CI checks codestyle with flake8 (#1)
1 parent 8032368 commit ce82ff6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

run_tests3.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ pip install -r tests/requirements.txt
1616
export PYTHONPATH=$(pwd)
1717
# $PIP install .
1818

19+
flake8
20+
1921
pytest -l -v -n 4
2022

2123
set +eux

src/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def convert_and_join(msg_list):
5050
type(TestgresException).__name__,
5151
type(InvalidOperationException).__name__,
5252
type(ExecUtilException).__name__,
53-
]
53+
]

0 commit comments

Comments
 (0)