Skip to content

Commit 5c9cfb1

Browse files
committed
fix: remove redundant ruff calls
1 parent 4e2fe9f commit 5c9cfb1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,6 @@ repos:
3131
language: system
3232
types: [text]
3333
stages: [pre-commit, pre-push, manual]
34-
- id: ruff-lint
35-
name: Ruff Lint
36-
entry: ruff check
37-
language: system
38-
types: [python]
39-
require_serial: true
40-
args: [--fix]
41-
- id: ruff-format
42-
name: Ruff Format
43-
entry: ruff format
44-
language: system
45-
types: [python]
46-
require_serial: true
4734
- id: trailing-whitespace
4835
name: Trim Trailing Whitespace
4936
entry: trailing-whitespace-fixer

0 commit comments

Comments
 (0)