Skip to content

Commit

Permalink
ruff update
Browse files Browse the repository at this point in the history
  • Loading branch information
fabi1cazenave committed Jul 22, 2024
1 parent 173ff65 commit f355131
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 @@ -14,7 +14,7 @@ format: ## Format sources
lint: ## Lint sources
black --check --quiet kalamine
isort --check --quiet kalamine
ruff kalamine
ruff check kalamine
mypy kalamine

test: ## Run tests
Expand Down

0 comments on commit f355131

Please sign in to comment.