Bump version to v0.1.4 (#8477)

This commit is contained in:
Charlie Marsh
2023-11-03 11:52:56 -07:00
committed by GitHub
parent 65effc6666
commit 260ea41975
10 changed files with 20 additions and 21 deletions

View File

@@ -284,13 +284,13 @@ This tutorial has focused on Ruff's command-line interface, but Ruff can also be
# Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.3
rev: v0.1.4
hooks:
- id: ruff
# Run the Ruff formatter.
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.3
rev: v0.1.4
hooks:
- id: ruff-format
```