Bump version to 0.0.211

This commit is contained in:
Charlie Marsh
2023-01-04 23:13:04 -05:00
parent b8ed4d402a
commit 7b59cd2d32
10 changed files with 16 additions and 14 deletions

View File

@@ -180,7 +180,7 @@ Ruff also works with [pre-commit](https://pre-commit.com):
```yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.210'
rev: 'v0.0.211'
hooks:
- id: ruff
# Respect `exclude` and `extend-exclude` settings.