You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I want to say, this package has been amazing. Been using it damn near since you made it and I was so appreciative that it existed.
And I know you built it purposefully to not have to spend any time on it, so I feel bad even adding this issue.
But i'm hoping it might be an easy thing.
Recently formatting has been changing triple quotes in function definitions like this.
defsome_fn():
"""Some Def Extra info definitions """## After cblack recently due to some new black version i'm sure. ## I would just figure out that black version, but pipenv sucks## and makes pinning cblack and black impossible due to the ## pre release status of black.defsome_fn():
"""Some Def Extra info definitions """# All of the lines under the first """ are indented to 4 spaces# With the top """ staying correctly at 2 spaces.
I wouldn't even be bothering you. But this is making pull-requests super lame.
If you have any donation receivability setup, I would loving donate $100 to make it worth your time!
The text was updated successfully, but these errors were encountered:
I think I've fixed it, I still have to update the package in the next 15 minutes. Given the changes in Black I had to patch another method to make it work properly.
First I want to say, this package has been amazing. Been using it damn near since you made it and I was so appreciative that it existed.
And I know you built it purposefully to not have to spend any time on it, so I feel bad even adding this issue.
But i'm hoping it might be an easy thing.
Recently formatting has been changing triple quotes in function definitions like this.
I wouldn't even be bothering you. But this is making pull-requests super lame.
If you have any donation receivability setup, I would loving donate $100 to make it worth your time!
The text was updated successfully, but these errors were encountered: