Loading .pre-commit-config.yaml +3 −3 Original line number Diff line number Diff line repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer Loading @@ -16,7 +16,7 @@ repos: - id: detect-private-key - repo: https://github.com/psf/black rev: 25.1.0 rev: 25.9.0 hooks: - id: black Loading @@ -27,7 +27,7 @@ repos: args: [--remove-all-unused-imports, --remove-unused-variables, --in-place, --recursive] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks rev: v2.14.0 rev: v2.15.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2', --offset, '2'] Loading Loading
.pre-commit-config.yaml +3 −3 Original line number Diff line number Diff line repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer Loading @@ -16,7 +16,7 @@ repos: - id: detect-private-key - repo: https://github.com/psf/black rev: 25.1.0 rev: 25.9.0 hooks: - id: black Loading @@ -27,7 +27,7 @@ repos: args: [--remove-all-unused-imports, --remove-unused-variables, --in-place, --recursive] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks rev: v2.14.0 rev: v2.15.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2', --offset, '2'] Loading