Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
blancadesal committed Feb 12, 2024
1 parent 2b61a84 commit 6757be9
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 @@ -8,7 +8,7 @@ repos:
hooks:
# Run the linter.
- id: ruff
args: [ --fix --exit-non-zero-on-fix]
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 6757be9

Please sign in to comment.