Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
ignoring generated files in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Jan 5, 2024
1 parent 2121944 commit 61985c1
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 @@ -22,7 +22,7 @@ line-length = "120"
extend-exclude = "\\.ipynb"

[tool.pylint]
exclude = ["hyperdrive", ".venv", ".vscode", "docs"]
exclude = ["hyperdrive", ".venv", ".vscode", "docs", "pypechain_types"]

[tool.pylance]
exclude = ["hyperdrive", ".venv", ".vscode", "docs"]
Expand Down

0 comments on commit 61985c1

Please sign in to comment.