From 67694cecf8d3262bdaca7d55d98e72e4bf5e383c Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 16:36:06 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- .pre-commit-config.yaml | 1 + .style.yapf | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c9b460..6a95b62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,6 +18,7 @@ repos: - id: check-added-large-files - id: check-ast - id: fix-byte-order-marker + - id: check-byte-order-marker - id: check-case-conflict - id: check-executables-have-shebangs - id: check-json diff --git a/.style.yapf b/.style.yapf index 9378f04..e64be7c 100644 --- a/.style.yapf +++ b/.style.yapf @@ -312,7 +312,7 @@ split_before_dict_set_generator=True # # foo = ('This is a really long string: {}, {}, {}, {}' # .format(a, b, c, d)) -split_before_dot=True +split_before_dot=False # Split after the opening paren which surrounds an expression if it doesn't # fit on a single line. diff --git a/tox.ini b/tox.ini index bc2222b..a964741 100644 --- a/tox.ini +++ b/tox.ini @@ -99,7 +99,7 @@ deps = flake8-strftime>=0.1.1 flake8-typing-imports>=1.10.0 flake8-params>=0.1.0 - git+https://github.com/python-formate/flake8-commas.git@4.0.0-python-formate.0 + git+https://github.com/python-formate/flake8-commas.git@2.1.0-python-formate.0 git+https://github.com/domdfcoding/restructuredtext-lint.git@fix-deprecations git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git git+https://github.com/domdfcoding/flake8-rst-docstrings.git