Skip to content

Commit

Permalink
chore: update flags for ruff 0.2.0 (#8249)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews authored Feb 6, 2024
1 parent 4f0aa51 commit 9e3b94a
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 @@ -37,7 +37,7 @@ repos:
types_or:
- python
- pyi
args: ["check", "--force-exclude", "--show-source", "--fix"]
args: ["check", "--force-exclude", "--output-format=full", "--fix"]
require_serial: true
minimum_pre_commit_version: "2.9.2"
- repo: local
Expand Down

0 comments on commit 9e3b94a

Please sign in to comment.