-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace pylint+flake8 with ruff (#282)
* replace flake8 + pylint with ruff (WIP) * fix coding according to ruff rules (WIP) * more files updated according to ruff rules * more files updated according to ruff rules can be some rewrites to make it easier to follow the rules. * ruff'ed up grizzly.testdata.variables * ruff'ed up grizzly.tasks * ruff'ed up grizzly.steps * fixed servicebus client bug ruff'ed up some additional files related to troubleshooting this. * ruff'ed up grizzly* packages, and example * removed all pylint disable comments * ruff'ed up tests.* (WIP) * ruff'ed up remaining tests * handle exception message directly in pytest.raises * replace pylint+flake8 with ruff * fixed code quality errors * fixed documentation added anchors to all grizzly.steps modules. updated readme, was abit out-of-date. new badges for editor support. fixed grizzly_extras.novella postprocessing bug, where newly generated "code signature" was added above the step header.
- Loading branch information
Showing
242 changed files
with
9,352 additions
and
9,092 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,6 @@ indent_size = 2 | |
|
||
[*.feature] | ||
indent_size = 2 | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.