Skip to content

Commit

Permalink
Removed preview
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 3, 2023
1 parent d2f85ff commit b436b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: v0.1.3
hooks:
- id: ruff
args: [--fix, --preview, --exit-non-zero-on-fix]
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ lint-fix:
python3 -c "import black" > /dev/null 2>&1 || python3 -m pip install black
python3 -m black --target-version py38 .
python3 -c "import ruff" > /dev/null 2>&1 || python3 -m pip install ruff
python3 -m ruff --preview --fix .
python3 -m ruff --fix .

0 comments on commit b436b86

Please sign in to comment.