Skip to content

Update dependency boto3 to >=1.36.2,<1.37.0 #801

Update dependency boto3 to >=1.36.2,<1.37.0

Update dependency boto3 to >=1.36.2,<1.37.0 #801

Workflow file for this run

name: Linters
on:
- push
- pull_request
jobs:
pre-commit-hooks:
runs-on: ubuntu-latest
strategy:
matrix:
hook_id:
- "trailing-whitespace"
- "end-of-file-fixer"
- "check-yaml"
- "debug-statements"
- "ruff"
- "pyupgrade"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/[email protected]
with:
extra_args: ${{ matrix.hook_id }} --all-files