You've already forked wakapi-readme-stats
small fixes
This commit is contained in:
2
.github/workflows/codestyle.yml
vendored
2
.github/workflows/codestyle.yml
vendored
@@ -21,4 +21,4 @@ jobs:
|
|||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Run Codestyle ✔️
|
- name: Run Codestyle ✔️
|
||||||
run: flake8 --max-line-length=160 --exclude venv,assets . && black --line-length=160 --check --exclude='/venv/|/assets/' .
|
run: flake8 --max-line-length=160 --exclude venv,assets . && black --line-length=160 --check --exclude='/venv/|/assets/' .
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -39,7 +39,7 @@ run-container:
|
|||||||
|
|
||||||
|
|
||||||
lint: venv
|
lint: venv
|
||||||
@ # Run flake8 linter
|
@ # Run flake8 and black linters
|
||||||
flake8 --max-line-length=160 --exclude venv,assets .
|
flake8 --max-line-length=160 --exclude venv,assets .
|
||||||
black --line-length=160 --check --exclude='/venv/|/assets/' .
|
black --line-length=160 --check --exclude='/venv/|/assets/' .
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
|
|||||||
Reference in New Issue
Block a user