mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix tests for base session with different timezones
This commit is contained in:
parent
f166d83392
commit
7d1c4dcca8
2 changed files with 4 additions and 4 deletions
1
Makefile
1
Makefile
|
|
@ -65,6 +65,7 @@ black:
|
|||
|
||||
.PHONY: flake8
|
||||
flake8:
|
||||
mkdir -p reports/flake8
|
||||
$(py) flake8 --format=html --htmldir=reports/flake8 aiogram test
|
||||
|
||||
.PHONY: mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue