Loading .pre-commit-config.yaml +12 −12 Original line number Diff line number Diff line --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git rev: v4.3.0 rev: v4.4.0 hooks: - id: check-merge-conflict - id: check-yaml Loading @@ -11,17 +11,17 @@ repos: exclude: \.diff$ - repo: https://github.com/codespell-project/codespell.git rev: v2.1.0 rev: v2.2.2 hooks: - id: codespell - repo: https://github.com/Yelp/detect-secrets.git rev: v1.2.0 rev: v1.4.0 hooks: - id: detect-secrets - repo: https://github.com/amperser/proselint.git rev: 0.10.2 rev: 0.13.0 hooks: - id: proselint types: [plain-text] Loading @@ -41,12 +41,12 @@ repos: - id: yamltool - repo: https://github.com/adrienverge/yamllint.git rev: v1.27.1 rev: v1.28.0 hooks: - id: yamllint - repo: https://github.com/executablebooks/mdformat.git rev: 0.7.14 rev: 0.7.16 hooks: - id: mdformat Loading @@ -56,7 +56,7 @@ repos: - id: hadolint - repo: https://github.com/ambv/black.git rev: 22.6.0 rev: 22.10.0 hooks: - id: black args: Loading @@ -70,7 +70,7 @@ repos: args: ["--filter-files", "--profile", "black"] - repo: https://github.com/PyCQA/prospector.git rev: 1.7.7 rev: v1.8.2 hooks: - id: prospector args: Loading @@ -97,7 +97,7 @@ repos: - pyroma - repo: https://github.com/pycqa/flake8.git rev: 3.9.2 rev: 6.0.0 hooks: - id: flake8 args: Loading @@ -118,7 +118,7 @@ repos: - id: python-safety-dependencies-check - repo: https://github.com/asottile/pyupgrade.git rev: v2.37.1 rev: v3.3.0 hooks: - id: pyupgrade Loading @@ -128,12 +128,12 @@ repos: - id: pycln - repo: https://github.com/PyCQA/docformatter.git rev: v1.4 rev: v1.5.0 hooks: - id: docformatter - repo: https://github.com/jazzband/pip-tools.git rev: 6.8.0 rev: 6.11.0 hooks: - id: pip-compile args: Loading Loading
.pre-commit-config.yaml +12 −12 Original line number Diff line number Diff line --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git rev: v4.3.0 rev: v4.4.0 hooks: - id: check-merge-conflict - id: check-yaml Loading @@ -11,17 +11,17 @@ repos: exclude: \.diff$ - repo: https://github.com/codespell-project/codespell.git rev: v2.1.0 rev: v2.2.2 hooks: - id: codespell - repo: https://github.com/Yelp/detect-secrets.git rev: v1.2.0 rev: v1.4.0 hooks: - id: detect-secrets - repo: https://github.com/amperser/proselint.git rev: 0.10.2 rev: 0.13.0 hooks: - id: proselint types: [plain-text] Loading @@ -41,12 +41,12 @@ repos: - id: yamltool - repo: https://github.com/adrienverge/yamllint.git rev: v1.27.1 rev: v1.28.0 hooks: - id: yamllint - repo: https://github.com/executablebooks/mdformat.git rev: 0.7.14 rev: 0.7.16 hooks: - id: mdformat Loading @@ -56,7 +56,7 @@ repos: - id: hadolint - repo: https://github.com/ambv/black.git rev: 22.6.0 rev: 22.10.0 hooks: - id: black args: Loading @@ -70,7 +70,7 @@ repos: args: ["--filter-files", "--profile", "black"] - repo: https://github.com/PyCQA/prospector.git rev: 1.7.7 rev: v1.8.2 hooks: - id: prospector args: Loading @@ -97,7 +97,7 @@ repos: - pyroma - repo: https://github.com/pycqa/flake8.git rev: 3.9.2 rev: 6.0.0 hooks: - id: flake8 args: Loading @@ -118,7 +118,7 @@ repos: - id: python-safety-dependencies-check - repo: https://github.com/asottile/pyupgrade.git rev: v2.37.1 rev: v3.3.0 hooks: - id: pyupgrade Loading @@ -128,12 +128,12 @@ repos: - id: pycln - repo: https://github.com/PyCQA/docformatter.git rev: v1.4 rev: v1.5.0 hooks: - id: docformatter - repo: https://github.com/jazzband/pip-tools.git rev: 6.8.0 rev: 6.11.0 hooks: - id: pip-compile args: Loading