Skip to content

Commit

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

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1)
- [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
- [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
- [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.33.0](igorshubovych/markdownlint-cli@v0.32.2...v0.33.0)
- [github.com/adrienverge/yamllint.git: v1.28.0 → v1.29.0](https://github.com/adrienverge/yamllint.git/compare/v1.28.0...v1.29.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] committed Jan 31, 2023
1 parent 6389ce2 commit f6df6d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -25,19 +25,19 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.3.1
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
Expand All @@ -53,11 +53,11 @@ repos:
files: ^gppt/
args: [--strict]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.33.0
hooks:
- id: markdownlint-fix
args: [--disable=MD013, --disable=MD033]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.28.0
rev: v1.29.0
hooks:
- id: yamllint
16 changes: 8 additions & 8 deletions README.md
@@ -1,21 +1,21 @@
# `gppt`: get-pixivpy-token

[![PyPI](
https://img.shields.io/pypi/v/gppt?color=blue
<https://img.shields.io/pypi/v/gppt?color=blue>
)](
https://pypi.org/project/gppt/
<https://pypi.org/project/gppt/>
) [![ghcr](
https://ghcr-badge.deta.dev/eggplants/get-pixivpy-token/size
<https://ghcr-badge.deta.dev/eggplants/get-pixivpy-token/size>
)](
https://github.com/eggplants/get-pixivpy-token/pkgs/container/get-pixivpy-token
<https://github.com/eggplants/get-pixivpy-token/pkgs/container/get-pixivpy-token>
) [![Maintainability](
https://api.codeclimate.com/v1/badges/b40b8fa2c9d71f869b9c/maintainability
<https://api.codeclimate.com/v1/badges/b40b8fa2c9d71f869b9c/maintainability>
)](
https://codeclimate.com/github/eggplants/get-pixiv-token/maintainability
<https://codeclimate.com/github/eggplants/get-pixiv-token/maintainability>
) [![pre-commit.ci status](
https://results.pre-commit.ci/badge/github/eggplants/get-pixivpy-token/main.svg
<https://results.pre-commit.ci/badge/github/eggplants/get-pixivpy-token/main.svg>
)](
https://results.pre-commit.ci/latest/github/eggplants/get-pixivpy-token/main
<https://results.pre-commit.ci/latest/github/eggplants/get-pixivpy-token/main>
)

- Get your Pixiv token (for running [upbit/pixivpy](https://github.com/upbit/pixivpy))
Expand Down

0 comments on commit f6df6d6

Please sign in to comment.