Skip to content

Commit

Permalink
Remove output-format flag from ruff
Browse files Browse the repository at this point in the history
Full is the default
  • Loading branch information
johannaengland committed Jan 6, 2025
1 parent 30c60de commit e58532f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ repos:
- id: ruff
name: "Ruff linting"
args: [
'--output-format=full',
'--statistics'
]
# Run the formatter
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ line-length = 88
extend-exclude = [
".egg-info",
]
output-format = "full"

0 comments on commit e58532f

Please sign in to comment.