-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency dev/ruff to v0.2.1
Signed-off-by: JP-Ellis <[email protected]>
- Loading branch information
1 parent
7d112f3
commit 2d28a51
Showing
4 changed files
with
11 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
extend = "../pyproject.toml" | ||
|
||
[lint] | ||
ignore = [ | ||
"S101", # Forbid assert statements | ||
"D103", # Require docstring in public function | ||
"D104", # Require docstring in public package | ||
] | ||
|
||
[per-file-ignores] | ||
[lint.per-file-ignores] | ||
"tests/**.py" = [ | ||
"INP001", # Forbid implicit namespaces | ||
] |
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
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