Skip to content

Commit f2ed024

Browse files
committed
Allow silently catching errors
1 parent c287b10 commit f2ed024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ select = [
107107
# "T20", # flake8-print
108108
# "TRY", # tryceratops
109109
]
110-
# You can use `ruff rule ...` to see what these ignored rules check
110+
# Note: use `ruff rule ...` to see explanations of rules
111111
ignore = [
112-
"S110",
112+
"S110", # allow silently catching errors
113113
]
114114
line-length = 79
115115
target-version = "py37"

0 commit comments

Comments
 (0)