Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Jan 17, 2024
1 parent 87bcbab commit f09035f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.13
hooks:
# Sort Imports
- id: ruff
args: [--select, I, --fix]
# "Black" format, with single quotes
- id: ruff-format

- repo: https://github.com/pycqa/isort
rev: 5.6.4
hooks:
- id: isort
args: [--profile, google]

0 comments on commit f09035f

Please sign in to comment.