summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-06-06ruff: enable rules from flake8-pielintsHugo Osvaldo Barrera
2023-06-06Remove unecessary 'pass'Hugo Osvaldo Barrera
2023-06-06ruff: enable rules from flake8-simplifyHugo Osvaldo Barrera
2023-06-06Collapse nested context decoratorsHugo Osvaldo Barrera
2023-06-06Simplify negationHugo Osvaldo Barrera
2023-06-06Fix ling too long (and hard to read too)Hugo Osvaldo Barrera
2023-06-06Revert yoda-comparisonsHugo Osvaldo Barrera
2023-06-06Collapse if/elif with same bodyHugo Osvaldo Barrera
2023-06-06Add exceptions to linting rulesHugo Osvaldo Barrera
2023-06-06Use context decorator for opening filesHugo Osvaldo Barrera
2023-06-06Use contextlib.suppress to suppress exceptionsHugo Osvaldo Barrera
2023-06-06Collapse nested `if` conditionsHugo Osvaldo Barrera
2023-06-06Remove unnecessary .keys() when iterating dictsHugo Osvaldo Barrera
2023-06-06Prefer ternary operator when possibleHugo Osvaldo Barrera
2023-06-06Return condition directlyHugo Osvaldo Barrera
2023-06-06Merge pull request #1259 from magarnicle/patch-1Christian Geier
2023-06-06added test for printing malformed ics with non-DST-related errorMatt Rademaker
2023-06-03Raise error properly on failure to parse icsMagarnicle
2023-06-03Merge pull request #1263 from pimutils/bug-report-templateChristian Geier
2023-06-03Update issue templatesChristian Geier
2023-06-02Merge pull request #1261 from r4ulill0/one-month-displayChristian Geier
2023-06-02make ruff happyChristian Geier
2023-06-02Implement minimum month display configuration pimutils/khal#1226Raulillo
2023-05-31Merge pull request #1260 from tretter/fix-duplicate-event-in-ikahlChristian Geier
2023-05-30Fix duplicate event from ikhalMichael Tretter
2023-05-30[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2023-05-30[pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]
2023-05-24Use ruff for managing imports tooHugo Osvaldo Barrera
2023-05-24Use Ruff for code linting and checkingHugo Osvaldo Barrera
2023-05-24Merge pull request #1256 from pimutils/feature/more_warningChristian Geier
2023-05-24only append ics if successfulChristian Geier
2023-05-23more warnings on failing to import eventsChristian Geier
2023-05-23Merge pull request #1254 from pimutils/fix/1249Christian Geier
2023-05-23do not use urwid private methods anymoreChristian Geier
2023-05-23Merge pull request #1252 from jasonccox/masterChristian Geier
2023-05-23Remove invalid mono value from light colorsJason Cox
2023-05-23Propagate rename of collection to calendar_name introduced in 1a262b4prataffel
2023-05-21Merge pull request #1244 from heull001/at-formatChristian Geier
2023-05-21CHANGELOGChristian Geier
2023-05-20Fix for #1243Henning
2023-05-03Run testting for python 3.11 in tox tooHenning
2023-04-23Release 0.11.1v0.11.1Martin Stone
2023-04-23Release 0.11.0v0.11.0Martin Stone
2023-04-22Update upstream GitHub ActionsMartin Stone
2023-04-22Add testing for Python 3.11Martin Stone
2023-04-22Remove `test_etag_sleep` which was made redundant in 1ac5b8a (#1225)Martin Stone
2023-02-14Update another test for recent pytz changesHugo Osvaldo Barrera
2023-02-14Fix flaky tests by sleeping properlyHugo Osvaldo Barrera
2023-02-14Update another test for recent pytz changesHugo Osvaldo Barrera
2023-02-14[pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]