Skip to content

Commit

Permalink
Remove a dangling reference to isort
Browse files Browse the repository at this point in the history
Can be added later with the rest of isort.
  • Loading branch information
aucampia committed Jan 30, 2022
1 parent eec3a6d commit be4c81f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,3 @@ filterwarnings =
ignore:Code. pytest_mock_example_attribute_that_shouldnt_exist is not defined in namespace .*:UserWarning
# The below warning is a consequence of how pytest detects fixtures and how DefinedNamespace behaves when an undefined attribute is being accessed.
ignore:Code. _pytestfixturefunction is not defined in namespace .*:UserWarning

[isort]
profile = black

0 comments on commit be4c81f

Please sign in to comment.