Skip to content

Commit

Permalink
fix flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 22, 2023
1 parent e528361 commit e67ba81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ clean-test: ## remove test and coverage artifacts

lint/flake8: ## check style with flake8
ruff {{ cookiecutter.project_slug }} tests
flake8 --config=setup.cfg {{ cookiecutter.project_slug }} tests
flake8 --config=.flake8 {{ cookiecutter.project_slug }} tests

{% if cookiecutter.use_black == 'y' -%}
lint/black: ## check style with black
Expand Down

0 comments on commit e67ba81

Please sign in to comment.