Skip to content

Commit

Permalink
Apply ruff/flake8-implicit-str-concat rule ISC001
Browse files Browse the repository at this point in the history
ISC001 Implicitly concatenated string literals on one line
  • Loading branch information
DimitriPapadopoulos committed Jun 2, 2024
1 parent b9a1546 commit 5e6674d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def pkgconfig(*packages, **kw):
subprocess.check_output(["pkg-config", package])
except (subprocess.CalledProcessError, OSError):
print(
"Can't find %s with pkg-config fallback to " "static config" % package
"Can't find %s with pkg-config fallback to static config" % package
)
for distutils_key in flag_map:
config.setdefault(distutils_key, []).extend(
Expand Down

0 comments on commit 5e6674d

Please sign in to comment.