Ruff: enable most of bugbear (#29320)

* added mutable default args

* most of the Bs

* add comment about lrucache
old-commit-hash: 62c1e6592439119f360dd64b854e7047f35222ba
This commit is contained in:
Justin Newberry
2023-08-11 15:33:49 -07:00
committed by GitHub
parent a9611d13be
commit d487c0501f
24 changed files with 71 additions and 55 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ breathe_projects_source = {}
# only document files that have accompanying .cc files next to them
print("searching for c_docs...")
for root, dirs, files in os.walk(BASEDIR):
for root, _, files in os.walk(BASEDIR):
found = False
breath_src = {}
breathe_srcs_list = []