Skip to content

Commit dc610b7

Browse files
committed
update packages
1 parent c30961e commit dc610b7

File tree

2 files changed

+71
-60
lines changed

2 files changed

+71
-60
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ select = ["ALL"]
4545
ignore = [
4646
"D1", # allow missing docstrings
4747
"FBT", # allow boolean args
48-
"ANN101", # missing-type-self
49-
"ANN102", # missing-type-cls
5048
"INP", # ignore flake8-no-pep420
5149
"B008", # function-call-in-default-argument
5250
"ANN204", # no typings for __init__

0 commit comments

Comments
 (0)