Skip to content

Commit 77bf75b

Browse files
committed
Delete .gitattributes
1 parent e5bd44a commit 77bf75b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitattributes

-1
This file was deleted.

.github/workflows/apply-ruff.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
default: I,D20,D21,UP00,UP032,UP034
99
ruff-ignore:
1010
description: 'ruff ignore'
11-
default: D212
11+
ruff-extend-ignore:
12+
description: 'ruff extend ignore'
1213

1314
jobs:
1415
ruff-format:
1516
uses: deargen/workflows/.github/workflows/apply-ruff.yml@master
1617
with:
1718
ruff-select: ${{ github.event.inputs.ruff-select }}
1819
ruff-ignore: ${{ github.event.inputs.ruff-ignore }}
20+
ruff-extend-ignore: ${{ github.event.inputs.ruff-extend-ignore }}
1921
# ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt

0 commit comments

Comments
 (0)