mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Updated pre-commit hook (#681)
* Updated pre-commit config and reformat code * Added changelog
This commit is contained in:
parent
90b3a99039
commit
e356ede5de
20 changed files with 74 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