Skip to content

Commit e454603

Browse files
committed
Removing exlude line from ruff in pyproject.toml
1 parent ce762db commit e454603

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ target-version = ['py310']
4646
include = '\.pyi?$'
4747

4848
[tool.ruff]
49-
exclude = [
50-
"docs/",
51-
".git",
52-
".nox",
53-
"__pycache__",
54-
"docs/source/conf.py",
55-
"old",
56-
"build",
57-
"dist",
58-
]
5949
ignore = ["E501"]
6050
line-length = 79
6151
select = [

0 commit comments

Comments
 (0)