Skip to content

Commit

Permalink
chore: exclude 'book' directory from skip and exclude lists
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 12, 2024
1 parent 58432de commit 4d74515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ skip = [
'node_modules',
'_build',
'docs',
'book',
'tests',
'venv',
'.copier-template',
Expand All @@ -83,6 +84,7 @@ exclude = [
"node_modules",
"_build",
"docs",
'book',
"tests",
"venv",
".copier-template",
Expand All @@ -98,6 +100,7 @@ exclude = [
"_build",
"dist",
"docs",
'book',
"tests",
"venv",
".copier-template",
Expand Down

0 comments on commit 4d74515

Please sign in to comment.