diff --git a/pyproject.toml b/pyproject.toml index d08c406..6a894dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ # https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml [tool.ruff] -select = ["E", "F", "W"] -ignore = ["W292", "E741"] +select = ["E", "F", "W", "PIE", "C4", "ISC", "RUF100", "A"] +ignore = ["W292", "E741", "E402", "C408", "ISC003"] line-length = 160 -target-version="py311" \ No newline at end of file +target-version="py311" +flake8-implicit-str-concat.allow-multiline=false \ No newline at end of file