This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
mirror of
https://github.com/astral-sh/ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
ruff
/
crates
/
ruff_linter
/
resources
/
test
/
fixtures
/
flake8_pyi
/
PYI009.py
15 lines
172 B
Python
Raw
Permalink
Blame
History
def
bar
(
)
:
.
.
.
# OK
def
foo
(
)
:
pass
# OK, since we're not in a stub file
class
Bar
:
.
.
.
# OK
class
Foo
:
pass
# OK, since we're not in a stub file
Reference in New Issue
View Git Blame
Copy Permalink