Loading .pre-commit-config.yaml +8 −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: v3.4.0 rev: v4.3.0 hooks: - id: check-added-large-files - id: check-case-conflict Loading @@ -31,7 +31,7 @@ repos: # - repo: https://github.com/jorisroovers/gitlint - repo: https://github.com/hongqn/gitlint rev: b389d280 rev: v0.15.1 hooks: - id: gitlint Loading @@ -47,14 +47,14 @@ repos: - id: protect-first-parent - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.8.0 rev: v1.9.0 hooks: - id: python-no-eval - id: python-no-log-warn - id: python-use-type-annotations - repo: https://github.com/hakancelikdev/unimport rev: 0.9.6 rev: 212f6cfdc6e323240f43ac55cf4b606c944eeea1 hooks: - id: unimport args: Loading @@ -67,13 +67,13 @@ repos: stages: [commit, manual] - repo: https://github.com/pycqa/isort rev: 5.9.3 rev: 5.10.1 hooks: - id: isort stages: [commit, manual] - repo: https://github.com/asottile/add-trailing-comma rev: v2.1.0 rev: v2.2.3 hooks: - id: add-trailing-comma args: [--py36-plus] Loading @@ -82,7 +82,7 @@ repos: stages: [commit, manual] - repo: https://github.com/flakeheaven/flakeheaven rev: 1.0.1 rev: 2.1.1 hooks: - id: flakeheaven additional_dependencies: Loading @@ -94,7 +94,7 @@ repos: - pydocstyle[toml] - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.961 rev: v0.971 hooks: - id: mypy args: [--follow-imports=silent] Loading Loading
.pre-commit-config.yaml +8 −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: v3.4.0 rev: v4.3.0 hooks: - id: check-added-large-files - id: check-case-conflict Loading @@ -31,7 +31,7 @@ repos: # - repo: https://github.com/jorisroovers/gitlint - repo: https://github.com/hongqn/gitlint rev: b389d280 rev: v0.15.1 hooks: - id: gitlint Loading @@ -47,14 +47,14 @@ repos: - id: protect-first-parent - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.8.0 rev: v1.9.0 hooks: - id: python-no-eval - id: python-no-log-warn - id: python-use-type-annotations - repo: https://github.com/hakancelikdev/unimport rev: 0.9.6 rev: 212f6cfdc6e323240f43ac55cf4b606c944eeea1 hooks: - id: unimport args: Loading @@ -67,13 +67,13 @@ repos: stages: [commit, manual] - repo: https://github.com/pycqa/isort rev: 5.9.3 rev: 5.10.1 hooks: - id: isort stages: [commit, manual] - repo: https://github.com/asottile/add-trailing-comma rev: v2.1.0 rev: v2.2.3 hooks: - id: add-trailing-comma args: [--py36-plus] Loading @@ -82,7 +82,7 @@ repos: stages: [commit, manual] - repo: https://github.com/flakeheaven/flakeheaven rev: 1.0.1 rev: 2.1.1 hooks: - id: flakeheaven additional_dependencies: Loading @@ -94,7 +94,7 @@ repos: - pydocstyle[toml] - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.961 rev: v0.971 hooks: - id: mypy args: [--follow-imports=silent] Loading