Skip to content

Commit 6febfd5

Browse files
committed
🚨 Ignore minter warnings for builtin-import-shadowing (A004)
1 parent 0f90738 commit 6febfd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python application
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main"]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: ["main"]
88

99
permissions:
1010
contents: read
@@ -35,7 +35,7 @@ jobs:
3535
run: uv sync --all-extras --dev
3636

3737
- name: Run linter
38-
run: uv run ruff check --ignore ANN001,ANN201
38+
run: uv run ruff check --ignore ANN001,ANN201,A004
3939

4040
- name: Minimize uv cache
4141
run: uv cache prune --ci

0 commit comments

Comments
 (0)