Bump version to v0.6.7 (#13439)

This commit is contained in:
Charlie Marsh 2024-09-21 13:16:36 -04:00 committed by GitHub
parent f06d44e6e5
commit 17c4690b5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 35 additions and 14 deletions

View file

@ -78,7 +78,7 @@ Ruff can be used as a [pre-commit](https://pre-commit.com) hook via [`ruff-pre-c
```yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.6
rev: v0.6.7
hooks:
# Run the linter.
- id: ruff
@ -91,7 +91,7 @@ To enable lint fixes, add the `--fix` argument to the lint hook:
```yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.6
rev: v0.6.7
hooks:
# Run the linter.
- id: ruff
@ -105,7 +105,7 @@ To run the hooks over Jupyter Notebooks too, add `jupyter` to the list of allowe
```yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.6
rev: v0.6.7
hooks:
# Run the linter.
- id: ruff