Loading .pre-commit-config.yaml +9 −8 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.3.0 rev: v4.4.0 hooks: - id: check-added-large-files - id: check-case-conflict Loading Loading @@ -46,14 +46,14 @@ repos: - id: protect-first-parent - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.9.0 rev: v1.10.0 hooks: - id: python-no-eval - id: python-no-log-warn - id: python-use-type-annotations - repo: https://github.com/hakancelikdev/unimport rev: 212f6cfdc6e323240f43ac55cf4b606c944eeea1 rev: 0.12.3 hooks: - id: unimport args: Loading @@ -66,13 +66,13 @@ repos: stages: [commit, manual] - repo: https://github.com/pycqa/isort rev: 5.10.1 rev: 5.11.4 hooks: - id: isort stages: [commit, manual] - repo: https://github.com/asottile/add-trailing-comma rev: v2.2.3 rev: v2.4.0 hooks: - id: add-trailing-comma args: [--py36-plus] Loading @@ -81,7 +81,7 @@ repos: stages: [commit, manual] - repo: https://github.com/flakeheaven/flakeheaven rev: 2.1.3 rev: 3.2.1 hooks: - id: flakeheaven additional_dependencies: Loading @@ -93,10 +93,11 @@ repos: - pydocstyle[toml] - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.971 rev: v0.991 hooks: - id: mypy args: [--follow-imports=silent] args: [--follow-imports=silent, kilter/protocol] pass_filenames: false additional_dependencies: - trio-typing - sphinx Loading
.pre-commit-config.yaml +9 −8 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.3.0 rev: v4.4.0 hooks: - id: check-added-large-files - id: check-case-conflict Loading Loading @@ -46,14 +46,14 @@ repos: - id: protect-first-parent - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.9.0 rev: v1.10.0 hooks: - id: python-no-eval - id: python-no-log-warn - id: python-use-type-annotations - repo: https://github.com/hakancelikdev/unimport rev: 212f6cfdc6e323240f43ac55cf4b606c944eeea1 rev: 0.12.3 hooks: - id: unimport args: Loading @@ -66,13 +66,13 @@ repos: stages: [commit, manual] - repo: https://github.com/pycqa/isort rev: 5.10.1 rev: 5.11.4 hooks: - id: isort stages: [commit, manual] - repo: https://github.com/asottile/add-trailing-comma rev: v2.2.3 rev: v2.4.0 hooks: - id: add-trailing-comma args: [--py36-plus] Loading @@ -81,7 +81,7 @@ repos: stages: [commit, manual] - repo: https://github.com/flakeheaven/flakeheaven rev: 2.1.3 rev: 3.2.1 hooks: - id: flakeheaven additional_dependencies: Loading @@ -93,10 +93,11 @@ repos: - pydocstyle[toml] - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.971 rev: v0.991 hooks: - id: mypy args: [--follow-imports=silent] args: [--follow-imports=silent, kilter/protocol] pass_filenames: false additional_dependencies: - trio-typing - sphinx