Bump version to 0.0.204

This commit is contained in:
Charlie Marsh
2022-12-31 08:20:09 -05:00
parent 815284f890
commit 0c215365ae
9 changed files with 14 additions and 14 deletions

View File

@@ -169,7 +169,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.203'
rev: 'v0.0.204'
hooks:
- id: ruff
# Respect `exclude` and `extend-exclude` settings.