ruff: check newline (#30668)

* check newline

* nothing catches this
pull/30653/head
Shane Smiskol 1 year ago committed by GitHub
parent aa744e8437
commit 97da129e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pyproject.toml

@ -181,7 +181,7 @@ build-backend = "poetry.core.masonry.api"
# https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml
[tool.ruff]
select = ["E", "F", "W", "PIE", "C4", "ISC", "RUF008", "RUF100", "A", "B", "TID251"]
ignore = ["W292", "E741", "E402", "C408", "ISC003", "B027", "B024"]
ignore = ["E741", "E402", "C408", "ISC003", "B027", "B024"]
line-length = 160
target-version="py311"
exclude = [

Loading…
Cancel
Save