Skip to content

Commit 3db62e5

Browse files
committed
some touches
1 parent e054af9 commit 3db62e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ disable = [
131131
ignore-imports = true
132132

133133
[tool.pylint.FORMAT]
134-
max-line-length = 88
134+
max-line-length = 100
135135

136136
[tool.pytest.ini_options]
137137
addopts = "--cov"
@@ -145,6 +145,7 @@ ignore = [
145145
"D213", # Conflicts with other rules
146146
"D417", # False positives in some occasions
147147
"PLR2004", # Just annoying, not really useful
148+
"S101", # assert is often used to satisfy type checking
148149

149150
# Conflicts with the Ruff formatter
150151
"COM812",

0 commit comments

Comments
 (0)