Skip to content

Commit f765246

Browse files
chore(deps-dev): Update ruff requirement
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/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.0.284...v0.2.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f260108 commit f765246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pytest = ">=7.1.2,<9.0.0"
1616
pytest-cov = ">=3,<5"
1717
mypy = ">=0.971,<2.0"
1818
tox = ">=3.26,<5.0"
19-
ruff = ">=0.0.284,<0.2.0"
19+
ruff = ">=0.0.284,<0.3.0"
2020

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

0 commit comments

Comments
 (0)