diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15891ae..ad050ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,16 +11,16 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black language_version: python3.10 - repo: https://github.com/asottile/blacken-docs - rev: 1.14.0 + rev: 1.15.0 hooks: - id: blacken-docs - repo: https://github.com/asottile/pyupgrade - rev: v3.7.0 + rev: v3.10.1 hooks: - id: pyupgrade args: [--py37-plus, --keep-runtime-typing] @@ -29,11 +29,11 @@ repos: hooks: - id: reorder-python-imports - repo: https://github.com/asottile/add-trailing-comma - rev: v2.5.1 + rev: v3.0.1 hooks: - id: add-trailing-comma - repo: https://github.com/hadialqattan/pycln - rev: v2.1.5 + rev: v2.2.0 hooks: - id: pycln