mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Update dependency ruff to v0.0.287 (#1778)
* Update dependency ruff to v0.0.287 * add ruff target version to tailor linting to our required python versions * fix linting issues --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
parent
9533b55d8f
commit
6962c399ea
4 changed files with 25 additions and 24 deletions
|
@ -128,6 +128,7 @@ filterwarnings = [
|
|||
|
||||
[tool.ruff]
|
||||
line-length = 88
|
||||
target-version = "py310"
|
||||
|
||||
# https://beta.ruff.rs/docs/rules/
|
||||
select = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue