PYTHON_PROGRAMMING_CHALLENGES Telegram 34



tgoop.com/python_programming_challenges/34
Create:
Last Update:

A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.
tl;dr:

 # with no trailing commas
x(
- arg
+ arg,
+ arg2
)

 # with trailing commas
x(
arg,
+ arg2,
)

https://github.com/asottile/add-trailing-comma

BY 馃嚭馃嚘 Python Programming 小hallenges




Share with your friend now:
tgoop.com/python_programming_challenges/34

View MORE
Open in Telegram


Telegram News

Date: |

The administrator of a telegram group, "Suck Channel," was sentenced to six years and six months in prison for seven counts of incitement yesterday. "Doxxing content is forbidden on Telegram and our moderators routinely remove such content from around the world," said a spokesman for the messaging app, Remi Vaughn. Public channels are public to the internet, regardless of whether or not they are subscribed. A public channel is displayed in search results and has a short address (link). End-to-end encryption is an important feature in messaging, as it's the first step in protecting users from surveillance. It鈥檚 easy to create a Telegram channel via desktop app or mobile app (for Android and iOS):
from us


Telegram 馃嚭馃嚘 Python Programming 小hallenges
FROM American