Skip to content

Commit

Permalink
don't autofix unused variables (for vs code developers)
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Aug 1, 2023
1 parent c101ec4 commit 7b1a3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ line-length = 100
target-version = "py311"
select = ["F", "E", "W", "I", "UP", "S", "B", "T20", "RUF"]
ignore = ["E501", "B904", "B007", "S308", "S113", "S314"]
unfixable = ["F841"]

[tool.ruff.isort]
known-first-party = ["pyscaffold"]
Expand Down

0 comments on commit 7b1a3da

Please sign in to comment.