We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7892a9b commit e68017aCopy full SHA for e68017a
scripts/run_validation.sh
@@ -6,6 +6,6 @@ cd ${script_dir}/..
6
pip install -U pip && \
7
pip install -e ".[testing]" && \
8
pip install -e ".[optional]" && \
9
- black slack_sdk/ slack/ tests/ && \
+ black slack_sdk/ slack/ tests/ integration_tests/ && \
10
python setup.py codegen && \
11
python setup.py validate
0 commit comments