Skip to content

Commit

Permalink
chore: update ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Dec 10, 2024
1 parent 73913df commit 15632f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ query_exporter = [ "py.typed", "schemas/*" ]
[tool.ruff]
line-length = 79

lint.select = [ "I", "RUF", "UP" ]
lint.select = [ "F", "I", "RUF", "UP" ]
lint.isort.combine-as-imports = true
lint.isort.force-sort-within-sections = true

Expand Down

0 comments on commit 15632f1

Please sign in to comment.