Skip to content

Commit

Permalink
agg lintung and formatting.
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Tripathi <[email protected]>
  • Loading branch information
Rahul Tripathi committed Jan 31, 2024
1 parent 986c7f4 commit ccc4124
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@ test:
tests:
pytest $(TEST_FILE)

################################################
# LINT
################################################

lint:
ruff check .


################################################
# FORMAT
################################################

format:
ruff check . --fix

################################################
# HELP
################################################
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies = [
# projects.
[project.optional-dependencies] # Optional
dev = ["check-manifest"]
test = ["coverage", "httpx==0.26.0", "pytest==8.0.0", "pytest-mock==3.12.0"]
test = ["coverage", "httpx==0.26.0", "pytest==8.0.0", "pytest-mock==3.12.0", "ruff"]

# List URLs that are relevant to your project
#
Expand Down

0 comments on commit ccc4124

Please sign in to comment.