Skip to content

Warn users when trying to edit a setting possibly defined in an inclu… #111

Warn users when trying to edit a setting possibly defined in an inclu…

Warn users when trying to edit a setting possibly defined in an inclu… #111

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Install dependencies
run: python -m pip install tox
- name: Style
run: tox -e lint
- name: Typing
run: tox -e typing