7 lines
35 B
Bash
Executable File
7 lines
35 B
Bash
Executable File
#!/bin/bash
|
|
|
|
isort .
|
|
black .
|
|
mypy
|
|
|