File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
envoy/code/check/abstract Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ pypi: https://pypi.org/project/envoy.base.utils
132132
133133#### [ envoy.code.check] ( envoy.code.check )
134134
135- version: 0.0.2.dev0
135+ version: 0.0.2
136136
137137pypi: https://pypi.org/project/envoy.code.check
138138
Original file line number Diff line number Diff line change 1- 0.0.2-dev
1+ 0.0.2
Original file line number Diff line number Diff line change 1717
1818
1919NOGLINT_RE = (
20- r"[\w/ ]*\.patch$" ,
20+ r"[\w\W/- ]*\.patch$" ,
2121 r"^test/[\w/]*_corpus/[\w/]*" ,
2222 r"^tools/[\w/]*_corpus/[\w/]*" ,
2323 r"[\w/]*password_protected_password.txt$" )
You can’t perform that action at this time.
0 commit comments