Bump version to v0.1.3 (#8259)

Includes the changelog, which I'm currently editing.
This commit is contained in:
Charlie Marsh 2023-10-26 11:57:05 -07:00 committed by GitHub
parent 25d4ddaa60
commit 3e7b92991b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 57 additions and 13 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.2
rev: v0.1.3
hooks:
- id: ruff
# Run the Ruff formatter.
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.291
rev: v0.1.3
hooks:
- id: ruff-format
```