Skip to content

Commit

Permalink
next:
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Jul 5, 2024
1 parent 87e9314 commit 7137847
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pragma-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ types-deprecated = "^1.2.9"

[tool.poe.tasks]
format = "ruff format ."
format_check = "ruff format . --check"
lint = "ruff check ."
lint_fix.shell = "ruff check . --fix"
typecheck = "mypy pragma_utils"
test_all = "pytest tests"
test_all = "echo No tests yet"

[tool.ruff]
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion price-pusher/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ types-deprecated = "^1.2.9"

[tool.poe.tasks]
format = "ruff format ."
format_check = "ruff format . --check"
lint = "ruff check ."
lint_fix.shell = "ruff check . --fix"
typecheck = "mypy price_pusher"
test_all = "pytest tests"

Expand Down
4 changes: 2 additions & 2 deletions vrf-listener/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ types-deprecated = "^1.2.9"

[tool.poe.tasks]
format = "ruff format ."
format_check = "ruff format . --check"
lint = "ruff check ."
lint_fix.shell = "ruff check . --fix"
typecheck = "mypy vrf_listener"
test_all = "pytest tests"
test_all = "echo No tests yet"

[tool.ruff]
exclude = [
Expand Down

0 comments on commit 7137847

Please sign in to comment.