Skip to content

fix_shift_replacement_if_defined_2d_encoder #483

fix_shift_replacement_if_defined_2d_encoder

fix_shift_replacement_if_defined_2d_encoder #483

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Check code with black
run: touch .env && docker-compose run black