From 03613d0fb4e794985092d42932636f1a6b1ddd18 Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Tue, 9 Jan 2024 06:12:58 -0800 Subject: [PATCH] Update dev docs --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9db08cab..9d65a97e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "custodian" -version = "2024.1.9", +version = "2024.1.9",, description = "A simple JIT job management framework in Python." authors = [ { name = "Shyue Ping Ong", email = "ongsp@ucsd.edu" }, @@ -63,7 +63,7 @@ include = ["custodian*"] exclude = ["*.tests", "*.tests.*"] [tool.ruff] -target-version = "2024.1.9", +target-version = "2024.1.9",, line-length = 120 select = [ "B", # flake8-bugbear