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 7e0fc68 commit ec56b86Copy full SHA for ec56b86
.pre-commit-config.yaml
@@ -16,6 +16,6 @@ repos:
16
- types-tabulate
17
- types-tqdm
18
- repo: https://github.com/charliermarsh/ruff-pre-commit
19
- rev: "v0.0.290"
+ rev: "v0.0.292"
20
hooks:
21
- id: ruff
pyproject.toml
@@ -40,7 +40,7 @@ dev = [
40
"pytest~=7.3",
41
"pytest-asyncio~=0.21",
42
"pytest-cov~=4.1",
43
- "ruff==0.0.291",
+ "ruff==0.0.292",
44
"types-aiofiles~=23.1",
45
"types-python-dateutil~=2.8.19",
46
"types-tqdm~=4.66.0",
0 commit comments