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:
renovate[bot] 2023-09-09 15:44:46 -07:00 committed by GitHub
parent 9533b55d8f
commit 6962c399ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 24 deletions

View file

@ -128,6 +128,7 @@ filterwarnings = [
[tool.ruff]
line-length = 88
target-version = "py310"
# https://beta.ruff.rs/docs/rules/
select = [