Update pyproject.toml

This commit is contained in:
Ryan Merolle 2023-07-09 23:33:29 -04:00 committed by GitHub
parent 60c0d8906d
commit 89b040436b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ multi_line_output = 3
max-line-length = 140 max-line-length = 140
[tool.pyright] [tool.pyright]
include = ["netbox_secrets"] include = ["netbox_acls"]
exclude = [ exclude = [
"**/node_modules", "**/node_modules",
"**/__pycache__", "**/__pycache__",