ruff_linter 0.15.19

This is an internal component crate of Ruff
Documentation
1
2
3
4
5
6
7
8
9
10
---
source: crates/ruff_linter/src/linter.rs
---
F704 `await` statement outside of a function
 --> await_scope.ipynb:cell 3:2:5
  |
1 | class _:
2 |     await 1  # SyntaxError: await outside function
  |     ^^^^^^^
  |