Skip to content

Commit

Permalink
Fixed the style.
Browse files Browse the repository at this point in the history
  • Loading branch information
sitong1011 committed Jun 23, 2024
1 parent 07fa62b commit c665001
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files", "--check"]
args: ['--profile', "black", "--filter-files", "--check"]

- repo: https://github.com/ambv/black
rev: 24.4.1
Expand All @@ -42,10 +42,3 @@ repos:
stages: [commit-msg]
args: []

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
exclude: site-packages/
args: [ "--profile", "black" ]

0 comments on commit c665001

Please sign in to comment.