We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc454c9 commit 67f4d80Copy full SHA for 67f4d80
2 files changed
.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.11.8
+ rev: v0.11.12
14
hooks:
15
- id: ruff
16
args: [--fix, --exit-non-zero-on-fix]
setup.py
@@ -33,7 +33,7 @@
33
'pytest',
34
'pytest-cov',
35
'pytest-asyncio',
36
- 'ruff==0.11.8',
+ 'ruff==0.11.12',
37
],
38
},
39
entry_points={
0 commit comments