mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
feat: add pre-commit hook support
This commit is contained in:
parent
b097680f3c
commit
5a86e0ac4c
4 changed files with 153 additions and 8 deletions
|
|
@ -41,6 +41,7 @@ uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platfo
|
|||
async_lru = "^1.0"
|
||||
aiohttp-socks = {version = "^0.3.8", optional = true}
|
||||
typing-extensions = "^3.7.4"
|
||||
pre-commit = "^2.3.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue