mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-09-25 14:20:10 +01:00
7 lines
72 B
Bash
Executable File
7 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Linting repository..."
|
|
source activate hosts
|
|
|
|
flake8
|