1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-04-25 14:55:01 +02:00

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](https://github.com/asottile/pyupgrade/compare/v2.31.0...v2.31.1)
- [github.com/asottile/setup-cfg-fmt: v1.20.0 → v1.20.1](https://github.com/asottile/setup-cfg-fmt/compare/v1.20.0...v1.20.1)
This commit is contained in:
pre-commit-ci[bot] 2022-04-04 18:01:31 +00:00 committed by GitHub
parent b3c96d0bd9
commit 85623a0437
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: [--py37-plus]
@ -40,7 +40,7 @@ repos:
exclude: "^.github/.*_TEMPLATE.md"
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v1.20.1
hooks:
- id: setup-cfg-fmt