Skip to content

Commit 888e21d

Browse files
committed
Add oxipng to a new heavy lints collection
1 parent cd5a696 commit 888e21d

File tree

125 files changed

+15
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+15
-0
lines changed

.pre-commit-heavy.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
exclude: ^node_modules/
2+
repos:
3+
- repo: https://github.com/oxipng/oxipng
4+
rev: v9.1.5
5+
hooks:
6+
- id: oxipng
7+
name: run oxipng
8+
description: check PNG files with oxipng
9+
args: ['--fix', '-o', '4', '--strip', 'safe', '--alpha']
10+
# types: [image]
11+
# files: \.png$

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ check-extra:
3737
@find atr -name '*.py' -exec python3 scripts/interface_order.py {} --quiet \;
3838
@find atr -name '*.py' -exec python3 scripts/interface_privacy.py {} --quiet \;
3939

40+
check-heavy:
41+
git add -A
42+
uv run pre-commit run --all-files --config .pre-commit-heavy.yaml
43+
4044
check-light:
4145
git add -A
4246
uv run pre-commit run --all-files --config .pre-commit-light.yaml

atr/icons/static/a.png

-29 Bytes

atr/icons/static/alert.black.png

-28 Bytes

atr/icons/static/alert.red.png

-18 Bytes

atr/icons/static/apache_pb.png

-19 Bytes

atr/icons/static/apache_pb2.png

-26 Bytes

atr/icons/static/back.png

-37 Bytes

atr/icons/static/ball.gray.png

-46 Bytes

atr/icons/static/ball.red.png

-30 Bytes

0 commit comments

Comments
 (0)