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.3.0 rev: v4.4.0 hooks: - id: trailing-whitespace - id: check-docstring-first Loading @@ -30,7 +30,7 @@ repos: - id: black args: ['--line-length=119'] - repo: https://github.com/PyCQA/flake8 rev: 5.0.4 rev: 6.0.0 hooks: - id: flake8 exclude: | 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.3.0 rev: v4.4.0 hooks: - id: trailing-whitespace - id: check-docstring-first Loading @@ -30,7 +30,7 @@ repos: - id: black args: ['--line-length=119'] - repo: https://github.com/PyCQA/flake8 rev: 5.0.4 rev: 6.0.0 hooks: - id: flake8 exclude: | Loading