Skip to content

Bump black from 20.8b1 to 24.3.0 #4

Bump black from 20.8b1 to 24.3.0

Bump black from 20.8b1 to 24.3.0 #4

Workflow file for this run

name: compatibility
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
SHELL=bash python command_line_lint.py test/example_bash_history
SHELL=zsh python command_line_lint.py test/example_zsh_history