Skip to content

Commit

Permalink
chore(deps-dev): Update ruff requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.284...v0.0.287)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
1 parent b17fcaa commit 26f706e
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 @@ -18,7 +18,7 @@ pytest-mock = "^3.8.2"
mypy = ">=0.971,<2.0"
anyio = {extras = ["trio"], version = "^3.6.1"}
tox = ">=3.26,<5.0"
ruff = ">=0.0.284,<0.0.287"
ruff = ">=0.0.284,<0.0.288"

[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 26f706e

Please sign in to comment.