summaryrefslogtreecommitdiff
path: root/src/apscheduler/triggers
Commit message (Collapse)AuthorAgeFilesLines
* Formatted all code to fit within Black's 88 column limitAlex Grönholm2022-08-176-61/+78
|
* Made the apscheduler.enums and apscheduler.exceptions modules private and ↵Alex Grönholm2022-07-301-1/+1
| | | | re-exported their code
* Made the apscheduler.validators and apscheduler.util modules privateAlex Grönholm2022-07-306-8/+8
|
* Switched to Black for code formattingAlex Grönholm2022-04-207-164/+305
|
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-027-31/+30
| | | | Linting checks are now run by pre-commit.ci instead of GitHub Actions.
* Upgraded attrs and its importsAlex Grönholm2022-01-025-29/+29
| | | | We now import "attrs" instead of "attr".
* Used an augmented assignment statementAlex Grönholm2021-11-041-1/+1
| | | | Closes #571.
* Filled in some missing type annotationsAlex Grönholm2021-10-025-21/+20
|
* Converted more classes to use attrsAlex Grönholm2021-09-085-81/+78
|
* Migrated annotations to the py3.10 styleAlex Grönholm2021-09-067-32/+44
| | | | Using "from __future__ import annotations" we can do this even on Python 3.7.
* Switched to the src/ layoutAlex Grönholm2021-08-298-0/+985