Skip to content

Commit a32b874

Browse files
authored
chore: minor checks tweaks (#158)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent f9f4172 commit a32b874

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,10 @@ extend-select = [
161161
"YTT", # flake8-2020
162162
]
163163
ignore = [
164-
"PLR", # Design related pylint codes
165-
"PT004", # Incorrect check, usefixtures is the correct way to do this
166164
"ISC001", # May collide with formatter
165+
"PT004", # Incorrect check, usefixtures is the correct way to do this
166+
"PLR09", # Too many X
167+
"PLR2004", # Magic value in comparison
167168
]
168169
typing-modules = ["repo_review._compat.typing"]
169170

0 commit comments

Comments
 (0)