Skip to content

Commit

Permalink
use .flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 22, 2023
1 parent 268ac65 commit b2f12d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ clean-test: ## remove test and coverage artifacts

lint/flake8: ## check style with flake8
ruff figanos tests
flake8 --config=setup.cfg figanos tests
flake8 --config=.flake8 figanos tests

lint/black: ## check style with black
black --check figanos tests
Expand Down

0 comments on commit b2f12d3

Please sign in to comment.