Skip to content

Commit

Permalink
docs: Ignore too many if statement lint rule in samples file
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 committed Feb 3, 2025
1 parent 5b4c5ae commit f0d01a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
"--builtin=gettext",
"--max-complexity=20",
"--exclude=.nox,.cache,env,lib,generated_pb2,*_pb2.py,*_pb2_grpc.py",
"--ignore=E121,E123,E126,E203,E226,E24,E266,E501,E704,W503,W504,I202",
"--ignore=E121,E123,E126,E203,E226,E24,E266,E501,E704,W503,W504,I202,C901",
"--max-line-length=88",
]

Expand Down

0 comments on commit f0d01a7

Please sign in to comment.