forked from grantmcconnaughey/Lintly
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing f-string (grantmcconnaughey#30)
* Fixing f-string In a previous commit broke builds.py:109 into two lines so that flake8 would stop complaining about line length. This introduced a bug where the second line was not an f-string. This PR makes both lines f-strings. * Bumping version to 0.7.3 * Using python's implied line continuation
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters