ruff: check newline (#30668)

* check newline

* nothing catches this
old-commit-hash: 97da129e11
This commit is contained in:
Shane Smiskol 2023-12-09 13:24:18 -08:00 committed by GitHub
parent 280bef4b0c
commit f5d1c4f371
20 changed files with 24 additions and 24 deletions

View File

@ -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 = [