mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Linting repository..."
|
|
source activate hosts
|
|
|
|
flake8 --max-line-length 120
|