Skip to content

Commit 776fc38

Browse files
committed
Set black line length to 100
1 parent 8b08a62 commit 776fc38

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tool.black]
2+
line-length = 100
3+
target-version = ['py37', 'py38', 'py39', 'py310']

tests/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Environments for this repository are configured in [`tox.ini`] as described belo
1616

1717
The `lint` environment ensures that the code meets basic coding standards, including
1818

19-
- [_Black_] formatting style
19+
- [_Black_] formatting style, as configured by [`pyproject.toml`]
2020
- [mypy] type annotation checker, as configured by [`mypy.ini`]
2121
- [pylint], as configured by [`.pylintrc`]
2222

@@ -63,6 +63,7 @@ $ tox -ecoverage
6363
[`mypy.ini`]: /mypy.ini
6464
[treon]: https://github.com/ReviewNB/treon
6565
[_Black_]: https://github.com/psf/black
66+
[`pyproject.toml`]: /pyproject.toml
6667
[pylint]: https://github.com/PyCQA/pylint
6768
[`.pylintrc`]: /.pylintrc
6869
[nbqa]: https://github.com/nbQA-dev/nbQA

0 commit comments

Comments
 (0)