Skip to content

Commit

Permalink
Merge pull request #3482 from chiamp:ruff
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 582800950
  • Loading branch information
Flax Authors committed Nov 15, 2023
2 parents 4a011d5 + 86fa50c commit 646da5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ repos:
# Run the Ruff linter.
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
# Run the Ruff formatter.
- id: ruff-format
# Disable Ruff formatter for now
# # Run the Ruff formatter.
# - id: ruff-format

0 comments on commit 646da5b

Please sign in to comment.