Skip to content

Commit

Permalink
ignore 006 tutorial just like 003 (mutable default argument)
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Sep 12, 2024
1 parent e2053b1 commit 221a865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ ignore = [
"docs_src/options_autocompletion/tutorial008_an.py" = ["B006"]
"docs_src/options_autocompletion/tutorial009_an.py" = ["B006"]
"docs_src/parameter_types/enum/tutorial003_an.py" = ["B006"]
"docs_src/parameter_types/enum/tutorial006_an.py" = ["B006"]
# Loop control variable `value` not used within loop body
"docs_src/progressbar/tutorial001.py" = ["B007"]
"docs_src/progressbar/tutorial003.py" = ["B007"]
Expand Down

0 comments on commit 221a865

Please sign in to comment.