Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 84a7a04

Browse files
1 parent 245146b commit 84a7a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
124124
"--builtin=gettext",
125125
"--max-complexity=20",
126126
"--exclude=.nox,.cache,env,lib,generated_pb2,*_pb2.py,*_pb2_grpc.py",
127-
"--ignore=E121,E123,E126,E203,E226,E24,E266,E501,E704,W503,W504,I202,C901",
127+
"--ignore=E121,E123,E126,E203,E226,E24,E266,E501,E704,W503,W504,I202",
128128
"--max-line-length=88",
129129
]
130130

0 commit comments

Comments
 (0)