From 455dd650e705f35f59aaf7c5864ad4851769eb9f Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Mon, 11 Apr 2022 17:57:41 -0400 Subject: [PATCH] Add Sourcery config file to set Python version https://github.com/br3ndonland/fastenv/pull/9#pullrequestreview-937176447 https://docs.sourcery.ai/Configuration/ --- .sourcery.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .sourcery.yaml diff --git a/.sourcery.yaml b/.sourcery.yaml new file mode 100644 index 0000000..0a17bb6 --- /dev/null +++ b/.sourcery.yaml @@ -0,0 +1,2 @@ +refactor: + python_version: "3.8"