mirror of
https://github.com/BoPeng/ai-marketplace-monitor.git
synced 2025-12-23 22:28:18 -05:00
Update ruff requirement from <0.13.0,>=0.9.2 to >=0.9.2,<0.14.0 (#261)
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](https://github.com/astral-sh/ruff/compare/0.9.2...0.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -66,7 +66,7 @@ test = [
|
||||
"pytest-cov>=6.0.0",
|
||||
"pytest-playwright>=0.7.0",
|
||||
]
|
||||
linters = ["isort>=5.13.2,<7.0.0", "black>=24.10,<26.0", "ruff>=0.9.2,<0.13.0"]
|
||||
linters = ["isort>=5.13.2,<7.0.0", "black>=24.10,<26.0", "ruff>=0.9.2,<0.14.0"]
|
||||
security = ["safety>=3.2.11"]
|
||||
typing = ["mypy>=1.13.0"]
|
||||
docs = [
|
||||
|
||||
Reference in New Issue
Block a user