diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2bd3d3e..ef7480f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,18 @@ repos: -- repo: https://github.com/pre-commit/pre-commit-hooks + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-yaml - - id: check-added-large-files -- repo: https://github.com/psf/black + - id: trailing-whitespace + - id: end-of-file-fixer + - id: check-yaml + - id: check-toml + - id: check-added-large-files + - repo: https://github.com/psf/black rev: 22.3.0 hooks: - - id: black -- repo: https://github.com/pycqa/isort + - id: black + - repo: https://github.com/pycqa/isort rev: 5.10.1 hooks: - - id: isort + - id: isort args: ["--profile", "black", "--filter-files"]