Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
After running black on the codebase, the `noqa` directive was no longer pointing to the line it was meant to protect. Those long lines have been adapted, so that noqa is no longer needed.
  • Loading branch information
jaraco committed May 19, 2023
1 parent 98e5aa4 commit 0294954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/tests/test_easy_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ def test_setup_requires_with_python_requires(self, monkeypatch, tmpdir):
</body>
</html>
'''
).format( # noqa
).format(
dep_1_0_url=dep_1_0_url,
dep_1_0_sdist=dep_1_0_sdist,
dep_1_0_python_requires=dep_1_0_python_requires,
Expand Down

0 comments on commit 0294954

Please sign in to comment.