Skip to content

Commit d57f9a4

Browse files
committed
Mark pytest as a third-party library for isort
Not sure why it doesn't get that.
1 parent bd89242 commit d57f9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ lines_between_types=1
99
include_trailing_comma=True
1010
not_skip=__init__.py
1111
known_standard_library=dataclasses
12-
known_third_party=django_bleach,bleach
12+
known_third_party=django_bleach,bleach,pytest

0 commit comments

Comments
 (0)