Skip to content

use public name and fix deprecation warning #166

use public name and fix deprecation warning

use public name and fix deprecation warning #166

Workflow file for this run

---
name: Python Style Check
on: [push,pull_request]
jobs:
checks:
name: pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: pre-commit/[email protected]