-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8061894
commit c88be66
Showing
3 changed files
with
158 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion
7
...uff_linter/src/rules/pydocstyle/snapshots/ruff_linter__rules__pydocstyle__tests__bom.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
--- | ||
source: crates/ruff_linter/src/rules/pydocstyle/mod.rs | ||
--- | ||
bom.py:1:1: D300 Use triple double quotes `"""` | ||
bom.py:1:1: D300 [*] Use triple double quotes `"""` | ||
| | ||
1 | ''' SAM macro definitions ''' | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ D300 | ||
| | ||
= help: Use triple double quotes `"""` | ||
|
||
ℹ Fix | ||
1 |-''' SAM macro definitions ''' | ||
1 |+""" SAM macro definitions """ | ||
|
||
|