Skip to content

Commit

Permalink
Merge pull request #10 from team23/dependabot/pip/ruff-gte-0.0.284-an…
Browse files Browse the repository at this point in the history
…d-lt-0.0.287

chore(deps-dev): Update ruff requirement from >=0.0.284,<0.0.286 to >=0.0.284,<0.0.287
  • Loading branch information
ddanier committed Aug 29, 2023
2 parents 78dc437 + f8a080b commit 7ebc2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pytest = ">=7.1.2,<8.0.0"
pytest-cov = ">=3,<5"
mypy = ">=0.971,<2.0"
tox = ">=3.26,<5.0"
ruff = ">=0.0.284,<0.0.286"
ruff = ">=0.0.284,<0.0.287"

[tool.ruff]
select = ["F","E","W","C","I","N","UP","ANN","S","B","A","COM","C4","T20","PT","ARG","TD","RUF"]
Expand Down

0 comments on commit 7ebc2b3

Please sign in to comment.