Skip to content

Keep deprecation_warning decorator (for future) #482

Keep deprecation_warning decorator (for future)

Keep deprecation_warning decorator (for future) #482

Workflow file for this run

name: Lint
# https://black.readthedocs.io/en/stable/integrations/github_actions.html
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: --color