Commit 85e511a
committed
ruff: E501 Line too long fixes
E501 Line too long (100 > 88)
--> scripts/generate_gitlab.py:64:89
|
62 | if result != "y":
63 | log.info(
64 | "Aborting per user request as existing config file (%s) should not be overwritten!",
| ^^^^^^^^^^^^
65 | config_filename,
66 | )
|
E501 Line too long (89 > 88)
--> src/vcspull/config.py:528:89
|
526 | elif existing_value[repo_name] != repo_config:
527 | conflict_message = (
528 | f"Workspace root {label} contains conflicting definitions "
| ^
529 | "for repository {repo}. Keeping the existing entry."
530 | )
|
Found 2 errors.1 parent 0d25525 commit 85e511a
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
529 | | - | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
530 | 531 | | |
531 | 532 | | |
532 | 533 | | |
| |||
0 commit comments