Skip to content

Commit

Permalink
add demos/ ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jylpah committed Mar 24, 2024
1 parent 41984b4 commit 5159ec6
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 @@ -49,7 +49,7 @@ exclude = ['tmp']
mypy_path = ['src', 'demos']

[tool.ruff]
include = ["pyproject.toml", "src/**/*.py", "tests/**/*.py"]
include = ["pyproject.toml", "src/**/*.py", "tests/**/*.py", "demos/**/*.py"]
indent-width = 4
extend-include = ["*.ipynb"]
extend-exclude = [".venv", ".vscode"]
Expand Down

0 comments on commit 5159ec6

Please sign in to comment.