We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2fe9f commit 5c9cfb1Copy full SHA for 5c9cfb1
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -31,19 +31,6 @@ repos:
31
language: system
32
types: [text]
33
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
45
46
47
- id: trailing-whitespace
48
name: Trim Trailing Whitespace
49
entry: trailing-whitespace-fixer
0 commit comments