Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
c6bd2e8e
Commit
c6bd2e8e
authored
Jan 13, 2025
by
Jonas Kaufmann
Browse files
Python code formatting: bump line length from 80 to 100
parent
8655f43f
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
12 additions
and
12 deletions
+12
-12
.isort.cfg
.isort.cfg
+1
-1
.pre-commit-config.yaml
.pre-commit-config.yaml
+2
-2
.pylintrc
.pylintrc
+1
-1
symphony/cli/pyproject.toml
symphony/cli/pyproject.toml
+1
-1
symphony/client/pyproject.toml
symphony/client/pyproject.toml
+1
-1
symphony/local/pyproject.toml
symphony/local/pyproject.toml
+1
-1
symphony/orchestration/pyproject.toml
symphony/orchestration/pyproject.toml
+1
-1
symphony/pyproject.toml
symphony/pyproject.toml
+1
-1
symphony/runner/pyproject.toml
symphony/runner/pyproject.toml
+1
-1
symphony/runtime/pyproject.toml
symphony/runtime/pyproject.toml
+1
-1
symphony/utils/pyproject.toml
symphony/utils/pyproject.toml
+1
-1
No files found.
.isort.cfg
View file @
c6bd2e8e
[settings]
line_length =
8
0
line_length =
10
0
multi_line_output=5
known_first_party=simbricks
\ No newline at end of file
.pre-commit-config.yaml
View file @
c6bd2e8e
...
...
@@ -19,8 +19,8 @@ repos:
args
:
[
--in-place
,
--wrap-summaries=
8
0
,
--wrap-descriptions=
8
0
,
--wrap-summaries=
10
0
,
--wrap-descriptions=
10
0
,
--pre-summary-newline
,
]
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
...
...
.pylintrc
View file @
c6bd2e8e
...
...
@@ -274,7 +274,7 @@ generated-members=
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=
8
0
max-line-length=
10
0
# TODO(https://github.com/PyCQA/pylint/issues/3352): Direct pylint to exempt
# lines made too long by directives to pytype.
...
...
symphony/cli/pyproject.toml
View file @
c6bd2e8e
...
...
@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length
=
1
2
0
line-length
=
1
0
0
[build-system]
requires
=
["poetry-core>=1.0.0"]
...
...
symphony/client/pyproject.toml
View file @
c6bd2e8e
...
...
@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length
=
1
2
0
line-length
=
1
0
0
[build-system]
requires
=
["poetry-core>=1.0.0"]
...
...
symphony/local/pyproject.toml
View file @
c6bd2e8e
...
...
@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length
=
1
2
0
line-length
=
1
0
0
[build-system]
requires
=
["poetry-core>=1.0.0"]
...
...
symphony/orchestration/pyproject.toml
View file @
c6bd2e8e
...
...
@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length
=
1
2
0
line-length
=
1
0
0
[build-system]
requires
=
["poetry-core>=1.0.0"]
...
...
symphony/pyproject.toml
View file @
c6bd2e8e
...
...
@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length
=
1
2
0
line-length
=
1
0
0
[build-system]
requires
=
["poetry-core>=1.0.0"]
...
...
symphony/runner/pyproject.toml
View file @
c6bd2e8e
...
...
@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length
=
1
2
0
line-length
=
1
0
0
[build-system]
requires
=
["poetry-core>=1.0.0"]
...
...
symphony/runtime/pyproject.toml
View file @
c6bd2e8e
...
...
@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length
=
1
2
0
line-length
=
1
0
0
[build-system]
requires
=
["poetry-core>=1.0.0"]
...
...
symphony/utils/pyproject.toml
View file @
c6bd2e8e
...
...
@@ -21,7 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[tool.black]
line-length
=
1
2
0
line-length
=
1
0
0
[build-system]
requires
=
["poetry-core>=1.0.0"]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment