Loading .pre-commit-config.yaml +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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] Loading @@ -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] Loading @@ -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] Loading Loading
.pre-commit-config.yaml +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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] Loading @@ -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] Loading @@ -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] Loading