Skip to content

Commit a45fa1f

Browse files
committed
List some first/third party libraries
Without doing this, there was some conflict between the `tox -e format` job and the pre-commit hooks about whether there should be an extra line after "click".
1 parent 7e458dc commit a45fa1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ build-backend = "setuptools.build_meta"
66
atomic=true
77
force_grid_wrap=0
88
include_trailing_comma=true
9+
known_first_party=["tzdata"]
10+
known_standard_library=["zoneinfo"]
11+
known_third_party=["click", "parver", "pytest", "requests"]
912
multi_line_output=3
1013
not_skip="__init__.py"
1114
use_parentheses=true

0 commit comments

Comments
 (0)