Skip to content

Commit

Permalink
feat: async timer can change interval (#49)
Browse files Browse the repository at this point in the history
add more test, change to dependency group pyproject

Co-authored-by: JamzumSum <[email protected]>
  • Loading branch information
github-actions[bot] and JamzumSum authored Sep 28, 2022
1 parent 0220bef commit 3639e18
Show file tree
Hide file tree
Showing 8 changed files with 234 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.8.0
hooks:
- id: black
default_language_version:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ An [aioqzone][aioqzone] plugin for handling feeds, a high-level api for feed ope
## License

- [AGPL-3.0](LICENSE)
- `aioqzone-feed` is a plugin of [aioqzone][aioqzone]. This repository inherits license, instructions and any other requirements from `aioqzone`. See also: [License fragment in aioqzone README file](https://github.com/aioqzone/aioqzone#license)
- `aioqzone-feed` is a plugin of [aioqzone][aioqzone]. This repository inherits license, instructions and any other disclaimers from `aioqzone`. See also: [License fragment in aioqzone README file](https://github.com/aioqzone/aioqzone#license)


[aioqzone]: https://github.com/aioqzone/aioqzone "Python wrapper for Qzone web login and Qzone http api."
Expand Down
Loading

0 comments on commit 3639e18

Please sign in to comment.