make json_delta faster

This commit is contained in:
Henning Jacobs
2023-05-10 13:24:12 +02:00
parent eca2032e3f
commit 43c19c400d
6 changed files with 250 additions and 275 deletions

View File

@@ -22,12 +22,12 @@ repos:
- id: reorder-python-imports
- repo: https://github.com/ambv/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade
stages: [push]
@@ -35,7 +35,7 @@ repos:
# linters
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
args: ["-x", "tests"]
@@ -68,13 +68,13 @@ repos:
stages: [push]
- repo: https://github.com/adrienverge/yamllint
rev: v1.29.0
rev: v1.31.0
hooks:
- id: yamllint
args: ["--strict", "-d", "{rules: {line-length: {max: 180}}}"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.2.0
hooks:
- id: mypy
additional_dependencies: ["types-requests", "types-PyYAML", "types-redis"]
@@ -121,6 +121,6 @@ repos:
# http://jorisroovers.com/gitlint/#using-gitlint-through-pre-commit
- repo: https://github.com/jorisroovers/gitlint
rev: v0.19.0dev
rev: v0.19.1
hooks:
- id: gitlint