Commit 3569dc67 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bump pre-commit hooks

parent ac516eea
Loading
Loading
Loading
Loading
+9 −9
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: v3.4.0
  rev: v4.4.0
  hooks:
  - id: check-added-large-files
  - id: check-case-conflict
@@ -30,7 +30,7 @@ repos:
    stages: [commit, manual]

- repo: https://github.com/jorisroovers/gitlint
  rev: v0.15.0
  rev: v0.18.0
  hooks:
  - id: gitlint

@@ -45,14 +45,14 @@ repos:
  - id: protect-first-parent

- repo: https://github.com/pre-commit/pygrep-hooks
  rev: v1.8.0
  rev: v1.10.0
  hooks:
  - id: python-no-eval
  - id: python-no-log-warn
  - id: python-use-type-annotations

- repo: https://github.com/hakancelik96/unimport
  rev: 0.9.2
- repo: https://github.com/hakancelikdev/unimport
  rev: 0.14.1
  hooks:
  - id: unimport
    args: ["--remove", "--include=\\.pyi?$"]
@@ -61,13 +61,13 @@ repos:
    stages: [commit, manual]

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

- repo: https://github.com/asottile/add-trailing-comma
  rev: v2.1.0
  rev: v2.4.0
  hooks:
  - id: add-trailing-comma
    args: [--py36-plus]
@@ -76,7 +76,7 @@ repos:
    stages: [commit, manual]

- repo: https://github.com/flakeheaven/flakeheaven
  rev: 0.11.0
  rev: 3.2.1
  hooks:
  - id: flakeheaven
    additional_dependencies:
@@ -87,7 +87,7 @@ repos:
    - flake8-sfs

- repo: https://github.com/pre-commit/mirrors-mypy
  rev: v0.950
  rev: v1.0.1
  hooks:
  - id: mypy
    args: [--follow-imports=silent]