Skip to content

Commit

Permalink
move ruff check right after ruff format in pre-commit since it is fas…
Browse files Browse the repository at this point in the history
…t and changing stuff now (#19063)
  • Loading branch information
altendky authored Dec 18, 2024
1 parent 1951022 commit ccd6f13
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ repos:
language: system
require_serial: true
types_or: [python, pyi]
- repo: local
hooks:
- id: ruff
name: Ruff
entry: ./activated.py ruff check --fix
language: system
types: [python]
- repo: local
hooks:
- id: poetry
Expand Down Expand Up @@ -71,13 +78,6 @@ repos:
entry: ./activated.py python chia/util/virtual_project_analysis.py print_cycles --directory chia --config virtual_project.yaml
language: system
pass_filenames: false
- repo: local
hooks:
- id: ruff
name: Ruff
entry: ./activated.py ruff check --fix
language: system
types: [python]
- repo: local
hooks:
- id: build mypy.ini
Expand Down

0 comments on commit ccd6f13

Please sign in to comment.