Loading .pre-commit-config.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 rev: v4.6.0 hooks: - id: trailing-whitespace - id: check-docstring-first Loading @@ -25,7 +25,7 @@ repos: - id: end-of-file-fixer - id: sort-simple-yaml - repo: https://github.com/psf/black rev: 24.3.0 rev: 24.4.2 hooks: - id: black args: ['--line-length=119'] Loading Loading
.pre-commit-config.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 rev: v4.6.0 hooks: - id: trailing-whitespace - id: check-docstring-first Loading @@ -25,7 +25,7 @@ repos: - id: end-of-file-fixer - id: sort-simple-yaml - repo: https://github.com/psf/black rev: 24.3.0 rev: 24.4.2 hooks: - id: black args: ['--line-length=119'] Loading