File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11[flake8]
22exclude =
3- elasticapm/utils/wrapt/**,
43 build/**,
54 src/**,
65 tests/**,
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ pip-log.txt
1919/docs /doctrees
2020/example_project /* .db
2121tests /.schemacache
22- elasticapm /utils /wrapt /_wrappers * .so
2322coverage
2423.tox
2524.eggs
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ exclude = '''
77 | _build
88 | build
99 | dist
10- | elasticapm/utils/wrapt
1110
1211 # The following are specific to Black, you probably don't want those.
1312 | blib2to3
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22if [[ $# -eq 0 ]]
33then
4- FILES=$( find . -iname " *.py" -not -path " ./elasticapm/utils/wrapt/* " -not -path " ./ dist/*" -not -path " ./build/*" -not -path " ./tests/utils/stacks/linenos.py" )
4+ FILES=$( find . -iname " *.py" -not -path " ./dist/*" -not -path " ./build/*" -not -path " ./tests/utils/stacks/linenos.py" )
55else
66 FILES=$@
77fi
You can’t perform that action at this time.
0 commit comments