File: cli

package info (click to toggle)
pycodestyle 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 648 kB
  • sloc: python: 4,807; makefile: 131; sh: 12
file content (11 lines) | stat: -rwxr-xr-x 112 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

cd "$AUTOPKGTEST_TMP"

cat > E40.py <<EOF
import os, sys
EOF

pycodestyle E40.py | grep E401