From f7a23b5b6f67d316d1ba18579f042d2810079871 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Sat, 23 Dec 2023 20:12:34 -0500 Subject: [PATCH] [Minor] Bump Python Version, Update GitIgnore --- .gitignore | 1 + .python-version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4283fcb0..a7da806e 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ htmlcov/ .coverage pylintrc pylint.txt +.pylintrc # Ignore Submodule data directory coriolis-data/ diff --git a/.python-version b/.python-version index 371cfe35..d4b278f0 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.1 +3.11.7