Skip to content

Commit

Permalink
skip version file in import check
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Mar 29, 2024
1 parent 2266c2b commit a55c566
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 @@ -4,7 +4,7 @@ lines_after_imports = 2
force_sort_within_sections = true
known_first_party = "ddsketch"
default_section = "THIRDPARTY"
skip = [".riot/", ".venv/", "ddsketch/pb"]
skip = [".riot/", ".venv/", "ddsketch/pb", "ddsketch/__version.py"]
line_length = 120

[tool.black]
Expand Down

0 comments on commit a55c566

Please sign in to comment.