Skip to content

Commit

Permalink
Ignore _version_generated in pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
dechamps committed Nov 13, 2023
1 parent a0eaa38 commit 0d38197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ strip-extras = true
preview = true # For long string line breaks

[tool.pylint.main]
ignore-paths = ["src/videojitter/_version_generated.py"]
disable = [
"duplicate-code",
"missing-module-docstring",
Expand Down

0 comments on commit 0d38197

Please sign in to comment.