1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-06-10 18:26:04 +02:00

Merge pull request #468 from ultrajson/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Hugo van Kemenade 2021-09-04 18:24:36 +03:00 committed by GitHub
commit 7fb005adf2
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,18 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.15.0
rev: v2.23.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 21.7b0
hooks:
- id: black
args: ["--target-version", "py36"]
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.9.3
hooks:
- id: isort
@ -23,13 +23,13 @@ repos:
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.8.0
rev: v1.9.0
hooks:
- id: python-check-blanket-noqa
- id: rst-backticks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-json
- id: check-merge-conflict
@ -40,4 +40,4 @@ repos:
exclude: "^.github/.*_TEMPLATE.md"
ci:
autoupdate_schedule: monthly
autoupdate_schedule: quarterly