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

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

This commit is contained in:
Hugo van Kemenade 2021-05-11 19:00:53 +03:00 committed by GitHub
commit 651cca5acd
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.15.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.5b1
hooks:
- id: black
args: ["--target-version", "py36"]
@ -17,7 +17,7 @@ repos:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
@ -38,3 +38,6 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: "^.github/.*_TEMPLATE.md"
ci:
autoupdate_schedule: monthly