Skip to content

Commit

Permalink
Fix pre-commit warning
Browse files Browse the repository at this point in the history
The environment variable `RUFF_FORMAT` is deprecated. Use `RUFF_OUTPUT_FORMAT` instead.
  • Loading branch information
DimitriPapadopoulos committed Oct 21, 2023
1 parent 4a66bbe commit e66161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
env:
REQUIRE_ASPELL: true
RUFF_FORMAT: github
RUFF_OUTPUT_FORMAT: github
# Make sure we're using the latest aspell dictionary
runs-on: ubuntu-22.04
strategy:
Expand Down

0 comments on commit e66161f

Please sign in to comment.