From ba42eab5af5e9b20658bd46981b49c5d340bb294 Mon Sep 17 00:00:00 2001 From: JA Viljoen Date: Tue, 7 Jun 2022 09:03:22 +0200 Subject: [PATCH] Update python dev tools config --- .flake8 | 3 +++ .gitignore | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..a59e71c --- /dev/null +++ b/.flake8 @@ -0,0 +1,3 @@ +[flake8] +max-line-length = 88 +ignore = E731 diff --git a/.gitignore b/.gitignore index 0f198a1..d3f7d88 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ catalogue/ + +.pytest_cache/ +__pycache__/ +build/ +calibrogue.egg-info/ -- 2.45.2