File: format.sh

package info (click to toggle)
python-slugify 8.0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 822; makefile: 5; sh: 1
file content (13 lines) | stat: -rwxr-xr-x 418 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# Ignoring autogenerated files
#  -- Migration directories
# Ignoring error codes
#  -- E128 continuation line under-indented for visual indent
#  -- E261 at least two spaces before inline comment
#  -- E225 missing whitespace around operator
#  -- E501 line too long
# Ignoring warning codes
#  -- W605 invalid escape sequence '\d'

pycodestyle --ignore=E128,E261,E225,E501,W605 slugify test.py setup.py