Skip to content

Commit

Permalink
running through Pallas's PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekahrudd committed Dec 9, 2024
1 parent fbfe5f1 commit e79adbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gator/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def set_result(description, outcome, diagnostic):
def get_result():
"""Return the result dictionary."""
# pylint: disable=global-statement
# global result
global result # pylint: disable=W0602
return result


Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,19 @@ packages = [{ include = "gator" }, { include = "gatorgrader.py" }]
gatorgrader = "gatorgrader:main"

[tool.poetry.dependencies]
python = ">=3.7.2,<4.0"
python = ">=3.8,<4.0"
GitPython = "^3.1.27"
requests = "^2.28.1"
commonmark = "^0.9.1"
num2words = "^0.5.10"
pluginbase = "^1.0.1"
pyyaml = ">=6.0.2"

[tool.poetry.dev-dependencies]
pylint = "^2.14.5"
black = "^22.6.0"
pytest = "^7.1.2"
codecov = "^2.1.12"
codecov = "^2.1.13"
flake8 = "^4.0.1"
pytest-cov = "^3.0.0"
pytest-sugar = "^0.9.5"
Expand Down

0 comments on commit e79adbe

Please sign in to comment.