Jirka Borovec
13e178a3ab
Set line length to 120 characters ( #2599 )
2023-07-13 17:37:20 +02:00
Enrico Minack and John T. Wodder II
0177f7c513
Make datetime objects timezone-aware ( #2565 )
...
Comparing timestamps returned by the API with naive datetime objects (without timezone information) will raise an error. Add `tzinfo=datetime.timezone.utc` to your datetime instance.
Co-authored-by: John T. Wodder II <git@varonathe.org >
2023-06-28 21:47:48 +02: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
Florent Clarret
a32a896599
feat(column): move, edit and delete project columns ( #1497 )
...
Add support to move, edit and delete project columns.
2020-05-05 15:50:28 +10:00
Florent Clarret
63855409b9
feature: get the project column by id ( #1466 )
...
Add a method to fetch a project column by id.
Fixes #1057
2020-05-01 12:01:09 +10:00