Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 15, 2024
1 parent 1dff571 commit 5db8619
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ tools/.*\.[17]$
tools/doc/man-date.ent

clib/

3 changes: 0 additions & 3 deletions LICENSE-MPL-RabbitMQ
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,3 @@ EXHIBIT A -Mozilla Public License.
the notices in the Source Code files of the Original Code. You should
use the text of this Exhibit A rather than the text found in the
Original Code Source Code for Your Modifications.]



2 changes: 0 additions & 2 deletions benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,3 @@ def bench_basic_consume(iterations=10000, bytes=None):
args = parser.parse_args()
for benchmark in benchmarks:
benchmark(args.iters, bytes=args.bytes)


1 change: 0 additions & 1 deletion funtests/disabled_basic_get_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@
if not i % 1000:
print(i)
os.system('sh -c "ps auxww | grep %d | grep -v grep "' % os.getpid())

1 change: 0 additions & 1 deletion manylinux1
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
docker run --rm -v `pwd`:/workspace:z quay.io/pypa/manylinux1_x86_64 /workspace/build-manylinux1-wheels.sh

0 comments on commit 5db8619

Please sign in to comment.