Verified Commit 58a488c8 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bump pre-commit hook versions

parent c6a7c824
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ repos:
  - id: check-useless-excludes

- repo: https://github.com/pre-commit/pre-commit-hooks
  rev: v4.4.0
  rev: v4.6.0
  hooks:
  - id: check-added-large-files
  - id: check-case-conflict
@@ -54,7 +54,7 @@ repos:
  - id: python-use-type-annotations

- repo: https://github.com/hakancelikdev/unimport
  rev: 1.0.0
  rev: 1.2.1
  hooks:
  - id: unimport
    args:
@@ -67,13 +67,13 @@ repos:
    stages: [commit, manual]

- repo: https://github.com/pycqa/isort
  rev: 5.12.0
  rev: 5.13.2
  hooks:
  - id: isort
    stages: [commit, manual]

- repo: https://github.com/asottile/add-trailing-comma
  rev: v3.0.0
  rev: v3.1.0
  hooks:
  - id: add-trailing-comma
    types: []
@@ -93,7 +93,7 @@ repos:
    - pydocstyle[toml]

- repo: https://github.com/pre-commit/mirrors-mypy
  rev: v1.4.1
  rev: v1.10.0
  hooks:
  - id: mypy
    args: [kilter/protocol, tests]