Skip to content

Commit

Permalink
bump ruff target-version = "py39"
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Nov 9, 2023
1 parent d7077e6 commit 2902d2e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@ authors = [

{ name = "Janosh Riebesell", email = "janosh@lbl.gov" },
]
maintainers = [{ name = "Shyue Ping Ong" }]
maintainers = [{ name = "Janosh Riebesell" }, { name = "Shyue Ping Ong" }]
readme = "README.md"
keywords = ["jit", "job", "just-in-time", "management", "vasp"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Scientific/Engineering :: Physics",
Expand Down Expand Up @@ -66,7 +67,7 @@ include = ["custodian*"]
exclude = ["*.tests", "*.tests.*", "test_files"]

[tool.ruff]
target-version = "py38"
target-version = "py39"
line-length = 120
select = [
"B", # flake8-bugbear
Expand Down

0 comments on commit 2902d2e

Please sign in to comment.