Compare commits

..

No commits in common. "main" and "1.0.0" have entirely different histories.
main ... 1.0.0

3 changed files with 4 additions and 4 deletions

View File

@ -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.2"
], ],
"version": "1.0.4" "version": "1.0.0"
} }

View File

@ -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

View File

@ -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