Skip to content

Commit 72523b3

Browse files
committed
chore: wip
1 parent 94e6a8a commit 72523b3

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ repos:
1414
- id: commitizen
1515
stages: [commit-msg]
1616
# run .pre-commit/update_array_namespace.py
17-
- repo: local
18-
hooks:
19-
- id: update-array-namespace
20-
name: Update array namespace
21-
entry: python -m src.array_api
22-
language: python
23-
additional_dependencies: ["attrs", "typer", "ssort", "ruff"]
24-
require_serial: true
25-
pass_filenames: false
17+
# - repo: local
18+
# hooks:
19+
# - id: update-array-namespace
20+
# name: Update array namespace
21+
# entry: python -m src.array_api
22+
# language: python
23+
# additional_dependencies: ["attrs", "typer", "ssort", "ruff"]
24+
# require_serial: true
25+
# pass_filenames: false
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
2727
rev: v5.0.0
2828
hooks:

src/array_api/cli/_main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,3 @@ def generate_all(
283283

284284
sys.argv = ["ssort", "src/array_api"]
285285
runpy.run_module("ssort")
286-
sys.argv = ["ruff", "src/array_api", "format", "src/array_api"]
287-
runpy.run_module("ruff")

0 commit comments

Comments
 (0)