Updated pre-commit config and reformat code

This commit is contained in:
Alex Root Junior 2021-09-07 00:22:47 +03:00
parent 18a93aab60
commit 1db6d236cc
19 changed files with 73 additions and 62 deletions

View file

@ -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