Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#182)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.4...v0.8.0)
- [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.43.0](igorshubovych/markdownlint-cli@v0.42.0...v0.43.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 1, 2024
1 parent 42c84e9 commit 8b912d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.0
hooks:
- id: ruff
args: [--fix]
Expand All @@ -46,7 +46,7 @@ repos:
- pixivpy3
files: ^gppt/
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint
args: [--disable=MD013]
18 changes: 9 additions & 9 deletions gppt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
__version__ = "4.1.0"

__all__ = [
"PixivAuth",
"PixivAuth",
"LoginCred",
"LoginInfo",
"LoginUserInfo",
"OAuthAPIResponse",
"PixivLoginFailed",
"ProfileURIs",
"CLIENT_ID",
"AUTH_TOKEN_URL",
"CALLBACK_URI",
"CLIENT_ID",
"CLIENT_SECRET",
"LOGIN_URL",
"REDIRECT_URI",
"USER_AGENT",
"GetPixivToken",
"LoginCred",
"LoginInfo",
"LoginUserInfo",
"OAuthAPIResponse",
"PixivAuth",
"PixivAuth",
"PixivLoginFailed",
"ProfileURIs",
]

0 comments on commit 8b912d2

Please sign in to comment.