Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Chosak <andy.chosak@cfpb.gov>
  • Loading branch information
willbarton and chosak authored Apr 29, 2024
1 parent 23bbacd commit e31a83e
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 @@ -4,7 +4,7 @@ repos:
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
args: ['--fix']
# Run the formatter.
- id: ruff-format
- repo: https://github.com/PyCQA/bandit
Expand Down

0 comments on commit e31a83e

Please sign in to comment.