Skip to content

Commit fb978dd

Browse files
committed
chore: update pylint config for release
1 parent e76b575 commit fb978dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/cd-build-deploy-python-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ extends:
7777
workingDirectory: '$(Build.SourcesDirectory)/python/$(library_dir_core)'
7878
condition: or(contains(variables['Build.SourceBranch'], 'microsoft_agents_m365copilot_core'), eq(variables['Build.Reason'], 'Manual'))
7979

80-
- script: poetry run pylint . --disable=W --rcfile=../../.pylintrc
80+
- script: poetry run pylint microsoft_agents_m365copilot_core --disable=W --rcfile=.pylintrc
8181
displayName: 'Lint with Pylint'
8282
workingDirectory: '$(Build.SourcesDirectory)/python/$(library_dir_core)'
8383
condition: or(contains(variables['Build.SourceBranch'], 'microsoft_agents_m365copilot_core'), eq(variables['Build.Reason'], 'Manual'))

python/packages/microsoft_agents_m365copilot_core/.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
10+
ignore=samples,tests,docs
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)