Christina Theodoris commited on
Commit
3a67e20
1 Parent(s): 025e1b8

update pre-commit yaml

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +1 -0
.pre-commit-config.yaml CHANGED
@@ -15,6 +15,7 @@ repos:
15
  rev: 5.12.0
16
  hooks:
17
  - id: isort
 
18
  - repo: https://github.com/astral-sh/ruff-pre-commit
19
  # Ruff version.
20
  rev: v0.1.4
 
15
  rev: 5.12.0
16
  hooks:
17
  - id: isort
18
+ args: ["--profile", "black"]
19
  - repo: https://github.com/astral-sh/ruff-pre-commit
20
  # Ruff version.
21
  rev: v0.1.4