We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466aa7f commit b22104eCopy full SHA for b22104e
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
language_version: python3.8
11
12
- repo: https://github.com/charliermarsh/ruff-pre-commit
13
- rev: 'v0.0.190' # Use the sha / tag you want to point at
+ rev: 'v0.0.194' # Use the sha / tag you want to point at
14
hooks:
15
- id: ruff
16
args: [--force-exclude] # https://github.com/charliermarsh/ruff/issues/1301
0 commit comments