Skip to content

Commit 07f5fd3

Browse files
pyproject.toml file creation
1 parent 854a10a commit 07f5fd3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.ls-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ ignore:
99
- .git
1010
- .github
1111
- .vscode
12+
- .venv
1213
- venv
1314
- .ruff_cache
1415
- .pytest_cache
1516
- __pycache__
1617
- .ls-lint.yml
17-
- .markdownlint.yml
18+
- .ls-lint
19+
- .ls

notes/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tool.ruff.format]
2+
exclude = ["*.ipynb"]

0 commit comments

Comments
 (0)