File: checkstyle

package info (click to toggle)
sncosmo 2.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,628 kB
  • sloc: python: 7,278; cpp: 184; makefile: 130; sh: 1
file content (11 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

# to the default ignore list, we add
#
# E402 module level import not at top of file
#      Reason: in __init__.py, we need to import things in a certain order
#
# E741 ambiguous variable name
#      Reason: Sometimes 'l' is a fine variable name.
#
pycodestyle --ignore=E121,E123,E126,E226,E24,E704,W503,W504,E402,E741 sncosmo