Commit c6bd2e8e authored by Jonas Kaufmann's avatar Jonas Kaufmann
Browse files

Python code formatting: bump line length from 80 to 100

parent 8655f43f
[settings]
line_length = 80
line_length = 100
multi_line_output=5
known_first_party=simbricks
\ No newline at end of file
......@@ -19,8 +19,8 @@ repos:
args:
[
--in-place,
--wrap-summaries=80,
--wrap-descriptions=80,
--wrap-summaries=100,
--wrap-descriptions=100,
--pre-summary-newline,
]
- repo: https://github.com/pre-commit/pre-commit-hooks
......
......@@ -274,7 +274,7 @@ generated-members=
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=80
max-line-length=100
# TODO(https://github.com/PyCQA/pylint/issues/3352): Direct pylint to exempt
# lines made too long by directives to pytype.
......
......@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length = 120
line-length = 100
[build-system]
requires = ["poetry-core>=1.0.0"]
......
......@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length = 120
line-length = 100
[build-system]
requires = ["poetry-core>=1.0.0"]
......
......@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length = 120
line-length = 100
[build-system]
requires = ["poetry-core>=1.0.0"]
......
......@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length = 120
line-length = 100
[build-system]
requires = ["poetry-core>=1.0.0"]
......
......@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length = 120
line-length = 100
[build-system]
requires = ["poetry-core>=1.0.0"]
......
......@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length = 120
line-length = 100
[build-system]
requires = ["poetry-core>=1.0.0"]
......
......@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length = 120
line-length = 100
[build-system]
requires = ["poetry-core>=1.0.0"]
......
......@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length = 120
line-length = 100
[build-system]
requires = ["poetry-core>=1.0.0"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment