Skip to content

Commit

Permalink
Revert to ruff target python3.8, fix in PR #224
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley authored Jun 6, 2024
1 parent ff0bc81 commit 02f635c
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 = "py39"
target-version = "py38"
fix = true

0 comments on commit 02f635c

Please sign in to comment.