diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6489ebd..2d29d1c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,12 +18,13 @@ repos: rev: 5.13.2 hooks: - id: isort - args: ["--profile", "black", "--filter-files"] + args: ["--profile", "black", "--filter-files", "--line-length=72"] - repo: https://github.com/psf/black rev: 24.1.1 hooks: - id: black + args: ["--line-length=72"] #language_version: python3.11 - repo: https://github.com/pycqa/flake8