Skip to content

Commit 414090c

Browse files
authored
Merge pull request #581 from GoogleCloudPlatform/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 18e78b2 + 0223168 commit 414090c

19 files changed

Lines changed: 21 additions & 38 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ repos:
3333
- id: nbqa-isort
3434
args: [--profile=black, -l80]
3535
- repo: https://github.com/PyCQA/isort
36-
rev: 5.13.2
36+
rev: 6.0.1
3737
hooks:
3838
- id: isort
3939
args: ["--profile", "black", "-l80"]
4040
- repo: https://github.com/psf/black
41-
rev: 24.10.0
41+
rev: 25.1.0
4242
hooks:
4343
- id: black
4444
args: [-l 80]
@@ -50,7 +50,7 @@ repos:
5050
- id: pyupgrade
5151
args: [--py36-plus]
5252
- repo: https://github.com/pycqa/pylint
53-
rev: v3.3.3
53+
rev: v3.3.6
5454
hooks:
5555
- id: pylint
5656
args: ["--disable", "unexpected-keyword-arg,no-value-for-parameter,too-many-function-args"]

asl/lib.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
""" Utils and GCP APIs wrappers.
2-
"""
1+
"""Utils and GCP APIs wrappers."""
32

43
import os
54

notebooks/building_production_ml_systems/labs/taxicab_traffic/streaming_count.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""A streaming dataflow pipeline to count pub/sub messages.
2-
"""
1+
"""A streaming dataflow pipeline to count pub/sub messages."""
32

43
import argparse
54
import logging

notebooks/building_production_ml_systems/solutions/taxicab_traffic/streaming_count.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""A streaming dataflow pipeline to count pub/sub messages.
2-
"""
1+
"""A streaming dataflow pipeline to count pub/sub messages."""
32

43
import argparse
54
import logging

notebooks/end-to-end-structured/solutions/app/app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Simple webapp illustrating how to query a Vertex model.
2-
"""
1+
"""Simple webapp illustrating how to query a Vertex model."""
32

43
import json
54
import os

notebooks/tfx_pipelines/cicd/labs/pipeline_vertex/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
"""The pipeline configurations.
15-
"""
14+
"""The pipeline configurations."""
1615

1716
import os
1817

notebooks/tfx_pipelines/cicd/solutions/pipeline_vertex/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
"""The pipeline configurations.
15-
"""
14+
"""The pipeline configurations."""
1615

1716
import os
1817

notebooks/tfx_pipelines/pipeline/labs/pipeline_vertex/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
"""The pipeline configurations.
15-
"""
14+
"""The pipeline configurations."""
1615

1716
import os
1817

notebooks/tfx_pipelines/pipeline/solutions/pipeline_vertex/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
"""The pipeline configurations.
15-
"""
14+
"""The pipeline configurations."""
1615

1716
import os
1817

scaffolds/langchain_rag/app/lib.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
""" Utils and raw calls to GCP APIs.
2-
"""
1+
"""Utils and raw calls to GCP APIs."""
32

43
import os
54
import tempfile

0 commit comments

Comments
 (0)