Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
linter: talkiq/linter@4.0.0
poetry: talkiq/poetry@4.1.0
poetry: talkiq/poetry@4.2.0

executors:
python39:
Expand Down Expand Up @@ -61,7 +61,9 @@ jobs:
build-rest:
executor: python312
steps:
- poetry/install
- poetry/install:
# renovate: datasource=pypi depName=poetry
version: 2.2.1
- checkout
- run: ./bin/build-rest
- store-rest
Expand All @@ -78,7 +80,9 @@ jobs:
cwd:
type: string
steps:
- poetry/install
- poetry/install:
# renovate: datasource=pypi depName=poetry
version: 2.2.1
- checkout
- attach_workspace:
at: /rest
Expand Down Expand Up @@ -117,7 +121,7 @@ jobs:

pages:
docker:
- image: node:24.7.0
- image: node:25.5.0
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -179,6 +183,8 @@ workflows:
command: poetry run pytest tests/unit
working_directory: <<matrix.cwd>>
install_flags: --no-ansi
# renovate: datasource=pypi depName=poetry
version: 2.2.1
matrix:
alias: test-unit-aio
parameters:
Expand All @@ -195,6 +201,8 @@ workflows:
working_directory: <<matrix.cwd>>
executor: python-integration
install_flags: --no-ansi
# renovate: datasource=pypi depName=poetry
version: 2.2.1
pre-steps:
- run: echo "${GOOGLE_SERVICE_PUBLIC}" | base64 -d > "${GOOGLE_APPLICATION_CREDENTIALS}"
matrix:
Expand All @@ -211,6 +219,8 @@ workflows:
command: poetry run pytest tests/unit
working_directory: <<matrix.cwd>>
install_flags: --no-ansi
# renovate: datasource=pypi depName=poetry
version: 2.2.1
pre-steps:
- attach_workspace:
at: /rest
Expand All @@ -232,6 +242,8 @@ workflows:
working_directory: <<matrix.cwd>>
executor: python-integration
install_flags: --no-ansi
# renovate: datasource=pypi depName=poetry
version: 2.2.1
pre-steps:
- run: echo ${GOOGLE_SERVICE_PUBLIC} | base64 -d > "${GOOGLE_APPLICATION_CREDENTIALS}"
- attach_workspace:
Expand Down
10 changes: 3 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
- -d ungrouped-imports # conflicts with reorder-python-imports
- -d wrong-import-order # conflicts with reorder-python-imports
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: 1.5.6
rev: v1.5.6
hooks:
- id: remove-crlf
- id: remove-tabs
Expand Down Expand Up @@ -154,16 +154,13 @@ repos:
rev: v1.5.0
hooks:
- id: yesqa
language: python
# N.B. keep these in sync with flake8, otherwise yesqa will remove
# required noqa's related to these plugins
additional_dependencies: &flake8deps
# renovate: datasource=pypi depName=flake8-2020
- flake8-2020==1.8.1
# renovate: datasource=pypi depName=flake8-broken-line
- flake8-broken-line==1.0.0
# renovate: datasource=pypi depName=flake8-builtins
- flake8-builtins==2.5.0
# renovate: datasource=pypi depName=flake8-comprehensions
- flake8-comprehensions==3.16.0
- repo: https://github.com/hhatto/autopep8
rev: v2.3.2
Expand All @@ -185,7 +182,6 @@ repos:
entry: bash -c 'set -e; for toml in "$@"; do pushd ./${toml%pyproject.toml}; poetry check; popd; done' --
language: python
additional_dependencies:
# renovate: datasource=pypi depName=poetry
- poetry==2.2.1
pass_filenames: true
files: 'pyproject\.toml$'
Expand Down Expand Up @@ -221,6 +217,6 @@ repos:
- id: check-circle-ci
- id: check-github-workflows
- id: check-renovate
language: python
additional_dependencies:
# renovate: datasource=pypi depName=pyjson5
- pyjson5==1.6.9
300 changes: 150 additions & 150 deletions auth/poetry.lock

Large diffs are not rendered by default.

306 changes: 153 additions & 153 deletions bigquery/poetry.lock

Large diffs are not rendered by default.

306 changes: 153 additions & 153 deletions datastore/poetry.lock

Large diffs are not rendered by default.

300 changes: 150 additions & 150 deletions kms/poetry.lock

Large diffs are not rendered by default.

308 changes: 155 additions & 153 deletions pubsub/poetry.lock

Large diffs are not rendered by default.

428 changes: 218 additions & 210 deletions storage/poetry.lock

Large diffs are not rendered by default.

422 changes: 215 additions & 207 deletions taskqueue/poetry.lock

Large diffs are not rendered by default.