Skip to content

Commit

Permalink
Add target-version=‘“py39” to ruff configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
declaresub committed Oct 5, 2024
1 parent 5a3ee2c commit 2570d65
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 @@ -12,7 +12,7 @@ profile = "black"
[tool.ruff.lint]
select = ["F", "E", "UP", "ASYNC", "BLE", "COM", "C4", "T20", "RUF", "B", "SIM", "DTZ", "EM", "ISC", "ICN", "FURB", "PERF", "I"]
ignore = ["E501", "S101", "RUF001"]

target-version = "py39"

[tool.ruff.lint.flake8-pytest-style]
fixture-parentheses = false
Expand Down

0 comments on commit 2570d65

Please sign in to comment.