Skip to content

Merge pull request #122 from godsic/bugfix/robust-settings_change_wat… #262

Merge pull request #122 from godsic/bugfix/robust-settings_change_wat…

Merge pull request #122 from godsic/bugfix/robust-settings_change_wat… #262

Workflow file for this run

name: Formatting
on: [push, pull_request]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/[email protected]
- uses: psf/black@stable
with:
options: "--check --verbose"