-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More robust linting & formating has been added to the code base (#511)
* fix RUF rules * fix cannot be set on an instance * code satisfies TRY rules (#512) * fir TRY rules * allow pytest as function in tox * fixes an issue where p is not initialized * fix tests * code satisfies UP rules (#513) * fix UP rules * fix typing union on py39 * fix * fix round * fix union typing * fix round * add eval-type-backport = {version = "^0.2.0", python = "3.9"} * Code satisfies E rules (#514) * Code satisfies simplify rules (#516) * fir TRY rules * allow pytest as function in tox * fixes an issue where p is not initialized * fix tests * fix UP rules * fix typing union on py39 * fix E rules * fix * fix SIM rules * fix test don't show plot in pytest fix union error mock test rm test path * code satisfies C4 rules (#517) * fir TRY rules * allow pytest as function in tox * fixes an issue where p is not initialized * fix tests * fix UP rules * fix typing union on py39 * fix E rules * fix * fix SIM rules * fix C4 rules * fix types * fix typing * code satisfies A rules (#518) * fir TRY rules * allow pytest as function in tox * fixes an issue where p is not initialized * fix tests * fix UP rules * fix typing union on py39 * fix E rules * fix * fix SIM rules * fix C4 rules * fix A rules * fix typing * fix type to format change * code satisfies B rules (#519) * fix B rules * fix type * idf.simulate return self * fix test * zip for py39 no strict field * config * fix RUF rules fix cannot be set on an instance * code satisfies TRY rules (#512) * fir TRY rules * allow pytest as function in tox * fixes an issue where p is not initialized * fix tests * code satisfies UP rules (#513) * fix UP rules * fix typing union on py39 * fix * fix round * fix union typing * fix round * add eval-type-backport = {version = "^0.2.0", python = "3.9"} * Code satisfies E rules (#514) * Code satisfies simplify rules (#516) * fir TRY rules * allow pytest as function in tox * fixes an issue where p is not initialized * fix tests * fix UP rules * fix typing union on py39 * fix E rules * fix * fix SIM rules * fix test don't show plot in pytest fix union error mock test rm test path * code satisfies C4 rules (#517) * fir TRY rules * allow pytest as function in tox * fixes an issue where p is not initialized * fix tests * fix UP rules * fix typing union on py39 * fix E rules * fix * fix SIM rules * fix C4 rules * fix types * fix typing * code satisfies A rules (#518) * fir TRY rules * allow pytest as function in tox * fixes an issue where p is not initialized * fix tests * fix UP rules * fix typing union on py39 * fix E rules * fix * fix SIM rules * fix C4 rules * fix A rules * fix typing * fix type to format change * code satisfies B rules (#519) * fix B rules * fix type * idf.simulate return self * fix test * zip for py39 no strict field * config * robust simulate
- Loading branch information
1 parent
2c895fe
commit 0fa77d2
Showing
60 changed files
with
1,334 additions
and
1,420 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -236,3 +236,5 @@ fabric.properties | |
docs/reference/ | ||
|
||
.idea/ | ||
|
||
tests/tests/.temp/ |
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.