Skip to content

Commit

Permalink
dont fmt examples
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Aug 20, 2024
1 parent a071710 commit f1211f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ dev-dependencies = [
]

[tool.ruff]
include = ["py/**/*.py"]
exclude = ["examples"]
target-version = "py39"
line-length = 120

[tool.ruff.lint]
ignore-init-module-imports = true
select = ["A", "E", "F", "I", "N", "Q", "U", "T100"]

[tool.ruff.lint.isort]
Expand Down

0 comments on commit f1211f7

Please sign in to comment.