mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Updated pre-commit config and reformat code
This commit is contained in:
parent
18a93aab60
commit
1db6d236cc
19 changed files with 73 additions and 62 deletions
3
Makefile
3
Makefile
|
|
@ -7,7 +7,8 @@ python := $(py) python
|
|||
package_dir := aiogram
|
||||
tests_dir := tests
|
||||
scripts_dir := scripts
|
||||
code_dir := $(package_dir) $(tests_dir) $(scripts_dir)
|
||||
examples_dir := examples
|
||||
code_dir := $(package_dir) $(tests_dir) $(scripts_dir) $(examples_dir)
|
||||
reports_dir := reports
|
||||
|
||||
redis_connection := redis://localhost:6379
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue