-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reinstall picks up installed config. (#345)
ensure that vr picks up installed config. * Update pyproject.toml * don't display warnings about ROSE_ORIG_HOST when not relevant * updated lower pin on cylc version * de-flake test, unrelated to PR * updated test for Python 3.7 --------- Co-authored-by: Oliver Sanders <[email protected]>
- Loading branch information
1 parent
7c3eca0
commit 375b14e
Showing
15 changed files
with
478 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Not mandated to use these tools, but if you do: | ||
|
||
[tool.ruff] | ||
line-length = 79 | ||
target-version = "py37" | ||
|
||
[tool.ruff.format] | ||
quote-style = "preserve" | ||
|
||
|
||
[tool.black] | ||
line-length = 79 | ||
target-version = ['py37'] | ||
skip-string-normalization = true | ||
|
||
|
||
[tool.isort] | ||
profile = "black" | ||
line_length = 79 | ||
force_grid_wrap = 2 | ||
lines_after_imports = 2 | ||
combine_as_imports = true | ||
force_sort_within_sections = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.