Skip to content

Commit

Permalink
Add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shirayu committed Jun 23, 2023
1 parent 9a04122 commit ac77a95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ POETRY_NO_ROOT:= --no-root
setup_python:
poetry install $(POETRY_OPTION)

lint_python: pyright black flake8 isort yamllint jsonlint pydocstyle
lint_python: pyright black flake8 isort yamllint jsonlint pydocstyle lint_cff

pyright:
npx pyright
Expand Down Expand Up @@ -47,3 +47,5 @@ check_source_exist:
--data data/rte.lrec2020_mlm.tsv \
--op data/operation.rte.lrec2020_mlm.tsv

lint_cff:
cffconvert --validate

0 comments on commit ac77a95

Please sign in to comment.