We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa23e9 commit cdf99bfCopy full SHA for cdf99bf
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: check-added-large-files
11
- id: check-json
12
- repo: https://github.com/charliermarsh/ruff-pre-commit
13
- rev: v0.4.7
+ rev: v0.5.0
14
hooks:
15
- id: ruff
16
args: [--fix, --exit-non-zero-on-fix]
setup.py
@@ -31,7 +31,7 @@
31
'pytest',
32
'pytest-cov',
33
'pytest-asyncio',
34
- 'ruff==0.4.7',
+ 'ruff==0.5.0',
35
'types-PyYAML'
36
],
37
},
0 commit comments