Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions scaleway-async/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scaleway-async/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ruff = ">=0.5.0,<0.14.4"
mypy = "^1.5.1"
ty = "^0.0.1a15"
pytest = "^8.4.1"
pyrefly = "^0.36.1"
pyrefly = ">=0.36.1,<0.41.0"
pytest-cov = ">=6.3,<8.0"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion scaleway-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ select = [
]

[tool.pyrefly.errors]
import-error = false
missing-import = false
not-callable = false
bad-return = false
bad-assignment = false
Expand Down
2 changes: 1 addition & 1 deletion scaleway/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ select = [
missing-attribute = false
no-access = false
no-matching-overload = false
import-error = false
missing-import = false
bad-assignment = false
bad-return = false
missing-argument = false
Expand Down
Loading