ruff: Ignore TRY301 'raise-within-try' as there are legitimate reasons to do this
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# DO NOT EDIT THIS FILE MANUALLY. IT IS GENERATED.
|
||||
# This file was generated by running `pkgs/clan-cli/clan_lib.inventory/update.sh`
|
||||
#
|
||||
# ruff: noqa: N815
|
||||
# ruff: noqa: N806
|
||||
# ruff: noqa: F401
|
||||
# fmt: off
|
||||
from typing import Any, Literal, NotRequired, TypedDict
|
||||
|
||||
|
||||
@@ -49,6 +49,7 @@ lint.ignore = [
|
||||
# A005 Module `inspect` shadows a Python standard-library module
|
||||
# We might actually want to fix this.
|
||||
"A005",
|
||||
"TRY301",
|
||||
"ANN401",
|
||||
"TRY400",
|
||||
"E402",
|
||||
|
||||
Reference in New Issue
Block a user