2023-12-12 13:51:22 +09:00
|
|
|
pylint==3.0.3
|
2024-01-09 09:38:50 +09:00
|
|
|
flake8==7.0.0 # also change in .pre-commit-config.yaml when updating
|
2024-01-08 16:12:08 -10:00
|
|
|
black==23.12.1 # also change in .pre-commit-config.yaml when updating
|
2023-10-23 21:35:55 +00:00
|
|
|
pyupgrade==3.15.0 # also change in .pre-commit-config.yaml when updating
|
2021-03-07 16:03:16 -03:00
|
|
|
pre-commit
|
2020-03-13 08:27:22 +11:00
|
|
|
|
|
|
|
# Unit tests
|
2024-01-08 15:33:50 -10:00
|
|
|
pytest==7.4.4
|
2023-06-01 13:18:12 +12:00
|
|
|
pytest-cov==4.1.0
|
2023-10-24 08:43:51 +13:00
|
|
|
pytest-mock==3.12.0
|
2024-01-08 16:11:48 -10:00
|
|
|
pytest-asyncio==0.23.3
|
2020-04-20 10:05:58 +10:00
|
|
|
asyncmock==0.4.2
|
2024-01-08 15:08:50 -10:00
|
|
|
hypothesis==6.92.1
|