ruff: check mutable default values for data class attributes (#29945)
* Update pyproject.toml * Update pyproject.toml old-commit-hash: 5cb4e8352885aec86b800f3e981571a175f3b931
This commit is contained in:
@@ -172,7 +172,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
# https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml
|
||||
[tool.ruff]
|
||||
select = ["E", "F", "W", "PIE", "C4", "ISC", "RUF100", "A", "B", "TID251"]
|
||||
select = ["E", "F", "W", "PIE", "C4", "ISC", "RUF008", "RUF100", "A", "B", "TID251"]
|
||||
ignore = ["W292", "E741", "E402", "C408", "ISC003", "B027", "B024"]
|
||||
line-length = 160
|
||||
target-version="py311"
|
||||
|
||||
Reference in New Issue
Block a user