Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pep8 - cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pep8
blob: 88158d733763bd76e4abec0f1a439f1e6a217f4d (plain)
1
2
#!/bin/sh
grep -s -l '^#!/usr/bin/env python' calm/* tests/* | xargs python3 -m pep8 --count --show-source --max-line-length=240