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: 2729252868071c14b7a4a5203243cb69577f8630 (plain)
1
2
#!/bin/sh
grep -s -l '^#!/usr/bin/env python' calm/* tests/* | xargs python3 -m pycodestyle --count --show-source --max-line-length=240 --ignore=E129,E741