-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix types/formatting in map_syncer and pin tools versions
Pinning tools version might be good idea to avoid spurious type and format checking issues when pushing unrelated changes.
- Loading branch information
Showing
4 changed files
with
16 additions
and
15 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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
black>=23.3.0 | ||
isort>=5.12.0 | ||
mypy>=1.4.1 | ||
black==23.11.0 | ||
isort==5.12.0 | ||
mypy==1.7.1 | ||
paho-mqtt>=1.6.1 | ||
pyfakefs>=5.2.2 | ||
pyfakefs>=5.3.1 | ||
pytest-httpserver>=1.0.8 | ||
pytest-mock>=3.11.1 | ||
pytest-mqtt>=0.2.0 | ||
pytest>=7.4.0 | ||
ruff>=0.0.277 | ||
types-paho-mqtt>=1.6.0.6 | ||
pytest-mock>=3.12.0 | ||
pytest-mqtt>=0.3.1 | ||
pytest>=7.4.3 | ||
ruff==0.1.6 | ||
types-paho-mqtt>=1.6.0.7 |