Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Merged
Prev Previous commit
Next Next commit
Update .pylintrc
  • Loading branch information
aacebo committed Oct 10, 2023
commit 19fc01868821ec01f5beca6b110644e886f0101f
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ignore=CVS,build,botbuilder-schema,samples,django_tests,Generator,operations,ope

# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.
ignore-patterns=setup.py,azure_bdist_wheel.py,**/tests/**/*.py
ignore-patterns=setup.py,azure_bdist_wheel.py

# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
Expand Down