Skip to content

Commit

Permalink
Merge pull request #7760 from hugovk/rm-exec-bit-setup.py
Browse files Browse the repository at this point in the history
Remove execute bit from `setup.py`
  • Loading branch information
radarhere committed Jan 30, 2024
2 parents 62b222d + 76955bb commit 15dc431
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ repos:
rev: v4.5.0
hooks:
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: check-merge-conflict
- id: check-json
- id: check-toml
Expand Down
1 change: 0 additions & 1 deletion Tests/check_fli_oob.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from __future__ import annotations

from PIL import Image
Expand Down
2 changes: 0 additions & 2 deletions Tests/check_jp2_overflow.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

# Reproductions/tests for OOB read errors in FliDecode.c

# When run in python, all of these images should fail for
Expand Down
2 changes: 0 additions & 2 deletions Tests/images/create_eps.gnuplot
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/gnuplot

#This is the script that was used to create our sample EPS files
#We used the following version of the gnuplot program
#G N U P L O T
Expand Down
2 changes: 0 additions & 2 deletions Tests/oss-fuzz/fuzz_pillow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/python3

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 0 additions & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
# > pyroma .
# ------------------------------
# Checking .
Expand Down

0 comments on commit 15dc431

Please sign in to comment.