Skip to content

Commit 67694ce

Browse files
Updated files with 'repo_helper'.
1 parent de83ef9 commit 67694ce

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repos:
1818
- id: check-added-large-files
1919
- id: check-ast
2020
- id: fix-byte-order-marker
21+
- id: check-byte-order-marker
2122
- id: check-case-conflict
2223
- id: check-executables-have-shebangs
2324
- id: check-json

.style.yapf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ split_before_dict_set_generator=True
312312
#
313313
# foo = ('This is a really long string: {}, {}, {}, {}'
314314
# .format(a, b, c, d))
315-
split_before_dot=True
315+
split_before_dot=False
316316

317317
# Split after the opening paren which surrounds an expression if it doesn't
318318
# fit on a single line.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ deps =
9999
flake8-strftime>=0.1.1
100100
flake8-typing-imports>=1.10.0
101101
flake8-params>=0.1.0
102-
git+https://github.com/python-formate/flake8-commas.git@4.0.0-python-formate.0
102+
git+https://github.com/python-formate/flake8-commas.git@2.1.0-python-formate.0
103103
git+https://github.com/domdfcoding/restructuredtext-lint.git@fix-deprecations
104104
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
105105
git+https://github.com/domdfcoding/flake8-rst-docstrings.git

0 commit comments

Comments
 (0)