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