Skip to content

Commit f33a6ec

Browse files
committed
pragma: no branch
1 parent a9bb84a commit f33a6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ExamplesConfig(BaseExamplesConfig):
6464

6565
def ruff_config(self) -> tuple[str, ...]:
6666
config = super().ruff_config()
67-
if self.known_first_party:
67+
if self.known_first_party: # pragma: no branch
6868
config = (*config, '--config', f'lint.isort.known-first-party = {self.known_first_party}')
6969
if self.known_local_folder:
7070
config = (*config, '--config', f'lint.isort.known-local-folder = {self.known_local_folder}')

0 commit comments

Comments
 (0)