diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0142b4d..cc8ecae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -86,6 +86,7 @@ repos: rev: 23.9.1 hooks: - id: black + args: ["--line-length", "79", "--target-version", "py311"] #- id: black-jupyter - repo: https://github.com/scop/pre-commit-shfmt rev: v3.7.0-1 diff --git a/python/.editorconfig b/python/.editorconfig index 6a9a37c..b3e57d9 100644 --- a/python/.editorconfig +++ b/python/.editorconfig @@ -4,6 +4,4 @@ root = false # https://peps.python.org/pep-0008/#indentation indent_style = space indent_size = 4 -#max_line_length = 79 -# https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length -max_line_length = 88 +max_line_length = 79