Skip to content

Commit

Permalink
Update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jan 9, 2024
1 parent 0a335b0 commit 03613d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 03613d0

Please sign in to comment.