8 lines
81 B
Bash
8 lines
81 B
Bash
flake8 src/*
|
|
black src/*
|
|
isort src/*
|
|
|
|
flake8 tests/*
|
|
black tests/*
|
|
isort tests/*
|