Skip to content

Commit

Permalink
Pre-Commit: Fix isort Args
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Apr 29, 2024
1 parent d5a30d3 commit 90a9403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ repos:
hooks:
- id: isort
name: isort (python)
args: ['--profile black']
args: ["--profile", "black", "--filter-files"]

# Python Formatting
- repo: https://github.com/psf/black
Expand Down

0 comments on commit 90a9403

Please sign in to comment.