Verified Commit bd8a171c authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bump pre-commit hook versions

parent 3f4d1d4e
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
@@ -53,7 +53,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: [--remove]
@@ -63,13 +63,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
    args: [--py36-plus]
@@ -90,7 +90,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/service, tests]