Skip to content

Commit

Permalink
Update pre-commit deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
danbraunai-apollo committed Nov 23, 2024
1 parent 1d01018 commit 38156ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
language: system
types: [python]
stages:
- commit
- pre-commit

- id: ruff-lint
name: Ruff lint
Expand All @@ -24,12 +24,12 @@ repos:
language: system
types: [python]
stages:
- commit
- pre-commit

- id: ruff-format
name: Ruff format
entry: ruff format
language: system
types: [python]
stages:
- commit
- pre-commit

0 comments on commit 38156ee

Please sign in to comment.