Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
pep8 states that comments should be limited to 72 characters.
  • Loading branch information
jaraco committed Mar 25, 2023
1 parent 293753d commit 094cecf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ def test_packages_distributions_all_module_types(self):
assert distributions[f'in_namespace_{i}'] == ['all_distributions']
assert distributions[f'in_package_{i}'] == ['all_distributions']

# All keys return from packages_distributions() should be valid import
# names, which means that they must _at least_ be valid identifiers:
# All keys return from packages_distributions() should be valid
# import names, which means that they must _at least_ be valid
# identifiers:
for import_name in distributions.keys():
assert import_name.isidentifier(), import_name

0 comments on commit 094cecf

Please sign in to comment.