Skip to content

Commit 4e1a61b

Browse files
authored
Updating pylint rules to comply to latest version (#325)
1 parent 27c0e18 commit 4e1a61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extension-pkg-whitelist=
77

88
# Add files or directories to the blacklist. They should be base names, not
99
# paths.
10-
ignore=CVS,build,botbuilder-schema,samples,django_tests,Generator
10+
ignore=CVS,build,botbuilder-schema,samples,django_tests,Generator,operations,operations_async
1111

1212
# Add files or directories matching the regex patterns to the blacklist. The
1313
# regex matches against base names, not paths.

0 commit comments

Comments
 (0)