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