File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ check_extras_changes() {
1111 local changed_files=$( git status --porcelain " $target_path " || true)
1212
1313 if [ -n " $changed_files " ]; then
14- echo " ✗ ERROR: Generated extras are not up-to-date:"
14+ echo " ❌ ERROR: Generated extras are not up-to-date:"
1515 echo " $changed_files " | sed ' s/^/ /'
1616 echo " Please commit these changes before pushing."
1717 exit 1
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ changed_files=$(git status --porcelain python/lib/sift_client/ | grep -E '\.py$'
2323
2424if [ -n " $changed_files " ]; then
2525 echo " "
26- echo " ✗ ERROR: Formatting/linting made changes:"
26+ echo " ❌ ERROR: Formatting/linting made changes:"
2727 echo " $changed_files " | sed ' s/^/ /'
2828 echo " "
2929 echo " Please commit these changes before pushing."
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ check_stub_changes() {
1111 local changed_files=$( git status --porcelain " $target_path " | grep -E ' \.pyi$' || true)
1212
1313 if [ -n " $changed_files " ]; then
14- echo " ✗ ERROR: Generated stubs are not up-to-date:"
14+ echo " ❌ ERROR: Generated stubs are not up-to-date:"
1515 echo " $changed_files " | sed ' s/^/ /'
1616 echo " Please commit these changes before pushing."
1717 exit 1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ check_stub_changes() {
1010 local changed_files=$( git status --porcelain " $target_path " | grep -E ' \.pyi$' || true)
1111
1212 if [ -n " $changed_files " ]; then
13- echo " ✗ ERROR: Generated stubs are not up-to-date:"
13+ echo " ❌ ERROR: Generated stubs are not up-to-date:"
1414 echo " $changed_files " | sed ' s/^/ /'
1515 echo " Please commit these changes before pushing."
1616 exit 1
Original file line number Diff line number Diff line change @@ -118,10 +118,36 @@ development = [
118118 ' ruff~=0.12.10' ,
119119 ' tomlkit~=0.13.3' ,
120120]
121-
122-
123-
124-
121+ docs = [
122+ ' griffe-pydantic' ,
123+ ' mike' ,
124+ ' mkdocs' ,
125+ ' mkdocs-api-autonav' ,
126+ ' mkdocs-include-markdown-plugin' ,
127+ ' mkdocs-jupyter' ,
128+ ' mkdocs-material' ,
129+ ' mkdocstrings[python]' ,
130+ ]
131+ docs-build = [
132+ ' griffe-pydantic' ,
133+ ' grpcio-testing~=1.13' ,
134+ ' mike' ,
135+ ' mkdocs' ,
136+ ' mkdocs-api-autonav' ,
137+ ' mkdocs-include-markdown-plugin' ,
138+ ' mkdocs-jupyter' ,
139+ ' mkdocs-material' ,
140+ ' mkdocstrings[python]' ,
141+ ' mypy==1.10.0' ,
142+ ' pyright==1.1.386' ,
143+ ' pytest-asyncio==0.23.7' ,
144+ ' pytest-benchmark==4.0.0' ,
145+ ' pytest-dotenv==0.5.2' ,
146+ ' pytest-mock==3.14.0' ,
147+ ' pytest==8.2.2' ,
148+ ' ruff~=0.12.10' ,
149+ ' tomlkit~=0.13.3' ,
150+ ]
125151file-imports = [
126152 ' h5py~=3.11' ,
127153 ' npTDMS~=1.9' ,
You can’t perform that action at this time.
0 commit comments