mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
* feat(core): Add support for Python docstrings
* Remove unused dependency
* Revert "Remove unused dependency"
This reverts commit 5720b2eced.
* Fix for harper-ls
* Fix handling of multiline strings
* Fix merge artifact
* Formatting fix
* Do not pass quotes for linting
---------
Co-authored-by: Elijah Potter <me@elijahpotter.dev>
7 lines
No EOL
102 B
Python
7 lines
No EOL
102 B
Python
|
|
# This is a camment.
|
|
|
|
header = "This is a haeder."
|
|
|
|
def main():
|
|
welcome_message = "Hellom World!" |