Compare commits
No commits in common. "main" and "1.0.1" have entirely different histories.
|
@ -14,7 +14,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py@0.3.0"
|
"flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py@0.2.4s"
|
||||||
],
|
],
|
||||||
"version": "1.0.4"
|
"version": "1.0.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
homeassistant==2023.1.7
|
homeassistant==2023.1.7
|
||||||
flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py@0.3.0
|
flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py
|
|
@ -53,7 +53,7 @@ forced_separate = tests
|
||||||
combine_as_imports = true
|
combine_as_imports = true
|
||||||
|
|
||||||
[mypy]
|
[mypy]
|
||||||
python_version = 3.11.4
|
python_version = 3.7
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
follow_imports = silent
|
follow_imports = silent
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
|
|
Loading…
Reference in New Issue