Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique committed Jan 23, 2024
1 parent efdfd7c commit 09e78e4
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 225 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ test: ## Run tests

lint: ## Lint code
ruff .
black --check --diff .
ruff format --check

lint-fix: ## Fix linting errors
black .
ruff --fix .
ruff format .

run-local: ## Run django local server
python src/main.py runserver
Expand Down
Loading

0 comments on commit 09e78e4

Please sign in to comment.