Skip to content

Commit e65b355

Browse files
fix: remove ruff --fix
1 parent 6831b8b commit e65b355

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
UV_VENV=.venv uv pip install ruff
2323
2424
- name: run ruff with autofix
25-
run: UV_VENV=.venv uv run -- ruff check . --fix
25+
run: UV_VENV=.venv uv run -- ruff check .

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ repos:
33
rev: v0.11.10
44
hooks:
55
- id: ruff
6-
args: [--fix]
76
- id: ruff-format

0 commit comments

Comments
 (0)