Skip to content

Commit 15dc431

Browse files
authored
Merge pull request #7760 from hugovk/rm-exec-bit-setup.py
Remove execute bit from `setup.py`
2 parents 62b222d + 76955bb commit 15dc431

6 files changed

+1
-8
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ repos:
3232
rev: v4.5.0
3333
hooks:
3434
- id: check-executables-have-shebangs
35+
- id: check-shebang-scripts-are-executable
3536
- id: check-merge-conflict
3637
- id: check-json
3738
- id: check-toml

Tests/check_fli_oob.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
from __future__ import annotations
32

43
from PIL import Image

Tests/check_jp2_overflow.py

100755100644
-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python3
2-
31
# Reproductions/tests for OOB read errors in FliDecode.c
42

53
# When run in python, all of these images should fail for

Tests/images/create_eps.gnuplot

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/gnuplot
2-
31
#This is the script that was used to create our sample EPS files
42
#We used the following version of the gnuplot program
53
#G N U P L O T

Tests/oss-fuzz/fuzz_pillow.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
# Copyright 2020 Google LLC
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

setup.py

100755100644
-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
# > pyroma .
32
# ------------------------------
43
# Checking .

0 commit comments

Comments
 (0)