Bump version to 0.5.3 (#12381)

This commit is contained in:
Dhruv Manilawala 2024-07-18 21:37:34 +05:30 committed by GitHub
parent 9460857932
commit 8cfbac71a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 56 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.5.2
rev: v0.5.3
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.5.2
rev: v0.5.3
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.5.2
rev: v0.5.3
hooks:
# Run the linter.
- id: ruff