1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-04-19 12:03:56 +02:00

[pre-commit.ci] pre-commit autoupdate

This commit is contained in:
pre-commit-ci[bot] 2021-04-12 16:41:46 +00:00 committed by GitHub
parent c40a9b41ff
commit 85fadc4437
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.10.0
rev: v2.12.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@ -12,12 +12,12 @@ repos:
args: ["--target-version", "py36"]
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
rev: 5.8.0
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
hooks:
- id: flake8
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]