Skip to content

Commit

Permalink
exclude autogenerated _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wgifford committed Jul 11, 2024
1 parent c67ffcd commit 0842387
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 @@ -57,6 +57,7 @@ version_file = "tsfm_public/_version.py"
lint.ignore = ["C901", "E501", "E741", "F402", "F823" ]
lint.select = ["C", "E", "F", "I", "W"]
line-length = 119
extend-exclude = ["tsfm_public/_version.py"]

# Ignore import violations in all `__init__.py` files.
[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit 0842387

Please sign in to comment.