Skip to content

Bump python-dotenv from 1.1.0 to 1.1.1 #94

Bump python-dotenv from 1.1.0 to 1.1.1

Bump python-dotenv from 1.1.0 to 1.1.1 #94

Workflow file for this run

name: pre-commit
on:
push:
branches:
- '*'
pull_request:
branches:
- 'development'
jobs:
pre-commit:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: pre-commit/[email protected]