We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c287b10 commit f2ed024Copy full SHA for f2ed024
1 file changed
pyproject.toml
@@ -107,9 +107,9 @@ select = [
107
# "T20", # flake8-print
108
# "TRY", # tryceratops
109
]
110
-# You can use `ruff rule ...` to see what these ignored rules check
+# Note: use `ruff rule ...` to see explanations of rules
111
ignore = [
112
- "S110",
+ "S110", # allow silently catching errors
113
114
line-length = 79
115
target-version = "py37"
0 commit comments