Skip to content

Use unittest.mock instead of the mock backport package #1947

Use unittest.mock instead of the mock backport package

Use unittest.mock instead of the mock backport package #1947

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: elastic/oblt-actions/pre-commit@v1