From d717795b9f74e1b9ad384e06e4c09f6608a31912 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 7 Sep 2019 17:52:45 +0200 Subject: Improve Python code style This also adds a flake8 test that checks code style. Note that this test is not run by default because it requires network access to create the virtualenv with the test software. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8380b28..0ffa803 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,7 @@ stamp-* /pynslcd/constants.py # /tests/ +/tests/flake8-venv /tests/lookup_groupbyuser /tests/lookup_netgroup /tests/lookup_shadow -- cgit v1.2.3