mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
add ruff target version to tailor linting to our required python versions
This commit is contained in:
parent
9596b2a075
commit
b495d63c14
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ filterwarnings = [
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 88
|
line-length = 88
|
||||||
|
target-version = "py310"
|
||||||
|
|
||||||
# https://beta.ruff.rs/docs/rules/
|
# https://beta.ruff.rs/docs/rules/
|
||||||
select = [
|
select = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue