mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-27 21:16:14 +02:00
Update dependency ruff to v0.6.8 (#1900)
* Update dependency ruff to v0.6.8 * Run `ruff check .` instead of `ruff .` due to ruff error * Preface ruff lint keys with .lint to address ruff deprecation warning * Changes to appease ruff linter --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
This commit is contained in:
parent
4d84c491f1
commit
17e1ba60e5
5 changed files with 29 additions and 28 deletions
|
@ -296,7 +296,7 @@ class TestDeserialization:
|
|||
)
|
||||
def test_deserialize_multiword_strings(self, input_str):
|
||||
runtime_config = make_yaml_valid_dict(input_str)
|
||||
assert runtime_config.__class__ == dict
|
||||
assert runtime_config.__class__ is dict
|
||||
assert input_str[0] in runtime_config
|
||||
assert runtime_config[input_str[0]] == input_str[1]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue