Trim21
294c0cc9c5
Enable mypy disallow_untyped_defs ( #2609 )
2023-07-14 21:47:24 +02:00
Jirka Borovec
13e178a3ab
Set line length to 120 characters ( #2599 )
2023-07-13 17:37:20 +02:00
Steve Kowalik
babcbcd04f
Update most URLs to docs.github.com ( #1896 )
...
Now that GitHub have moved their documentation from
developer.github.com, we should update our links. I have also tried to
update the call strings to their new format, but since it was done via
regex, some of them may not match exactly.
2021-03-26 20:43:48 +11:00
Steve Kowalik
e113e37de1
Add pyupgrade to pre-commit configuration ( #1783 )
...
To help us switch to f-strings and other 3.6+ changes, add pyupgrade to
our pre-commit configuration to keep the codebase clean.
2020-12-15 14:07:33 +11:00
Steve Kowalik
b7894ea00c
Drop Python 2 support ( #1329 )
...
With the Python 2 deadline gone, it's time to move with the times and
switch to Python 3 only.
2020-01-06 18:01:38 +11:00
Wan Liuyang
6ceb9e9a15
Apply black to whole codebase ( #1303 )
2019-12-10 17:14:33 +08:00
Adam Baratz
ec3c8d7b3b
Add support for team discussions ( #1246 ) ( #1249 )
...
* Add support for team discussions (#1246 )
* Make a TeamDiscussion completeable
2019-10-31 21:19:10 +11:00