Skip to content

Commit

Permalink
Ruff: propogate config from OP (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewb1 authored Aug 14, 2023
1 parent a1582f5 commit 98c2b11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ignore = ["E111", "E114"]

# 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"
target-version="py311"
flake8-implicit-str-concat.allow-multiline=false

0 comments on commit 98c2b11

Please sign in to comment.