diff --git a/Makefile b/Makefile index 3bb4c6f..157ab43 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ lint: $(NODE_BIN)/sass-lint -vqc .sass-lint.yml $(ENV)/flake8 $(BASEDIR)/plugins/ $(FLAKE8_IGNORE) $(ENV)/flake8 $(BASEDIR)/scripts/ $(FLAKE8_IGNORE) - $(ENV)/flake8 $(BASEDIR)/pelicanconf.py $(FLAKE8_IGNORE) + $(ENV)/flake8 $(BASEDIR)/config/ $(FLAKE8_IGNORE) spellcheck: $(NODE_BIN)/mdspell --en-gb -ranx theme/templates/**/*.* theme/templates/*.*