mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
fix: flake8 cmd uses .flake8 config in Makefile
This commit is contained in:
parent
bd3821670e
commit
7b6f3a1fab
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -80,7 +80,7 @@ black:
|
||||||
|
|
||||||
.PHONY: flake8
|
.PHONY: flake8
|
||||||
flake8:
|
flake8:
|
||||||
$(py) flake8 aiogram
|
$(py) flake8 --config=.flake8 aiogram tests
|
||||||
|
|
||||||
.PHONY: flake8-report
|
.PHONY: flake8-report
|
||||||
flake8-report:
|
flake8-report:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue