Skip to content

Commit

Permalink
Revert ruff python version upgrade, best to fix in a new PR
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed May 30, 2024
1 parent c3ae5e0 commit d1a2db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ ignore = [
"SIM117", # flake8-simplify - some of merged with statements are not looking great with black, reanble after drop python 3.9
]

target-version = "py312"
target-version = "py38"
fix = true

0 comments on commit d1a2db1

Please sign in to comment.