Improve Config for ruff and Bump to v0.0.222 (#3507)

This commit is contained in:
Harshil 2023-01-15 20:47:02 +05:30 committed by GitHub
parent 3dd7d84fa5
commit 5693add136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -80,7 +80,7 @@ repos:
- --diff
- --check
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.212'
rev: 'v0.0.222'
hooks:
- id: ruff
name: ruff

View file

@ -8,3 +8,4 @@ line_length = 99
[tool.ruff]
line-length = 99
target-version = "py37"