mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Revert "Fix review issues from PR #1761"
This reverts commit 2184e98988.
This commit is contained in:
parent
2184e98988
commit
3994fdf5fb
9 changed files with 12 additions and 102 deletions
2
Makefile
2
Makefile
|
|
@ -44,7 +44,7 @@ lint:
|
|||
.PHONY: reformat
|
||||
reformat:
|
||||
uv run ruff format $(code_dir)
|
||||
uv run ruff check --fix $(code_dir)
|
||||
uv run ruff check --fix $(package_dir)
|
||||
|
||||
# =================================================================================================
|
||||
# Tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue