Thanks to visit codestin.com Credit goes to github.com
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 7aa36ef commit cbe878cCopy full SHA for cbe878c
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
args: [--keep-runtime-typing]
19
20
- repo: https://github.com/pycqa/isort
21
- rev: 5.12.0
+ rev: 5.11.5
22
hooks:
23
- id: isort
24
args: ["--profile", "black"]
pyproject.toml
@@ -49,9 +49,9 @@ lint = "pre-commit run --all-files"
49
"lint:install" = [
50
{ cmd = "pipx install pre-commit" },
51
{ cmd = "pipx install black" },
52
- { cmd = "pipx install flake8~=5.0" },
53
- { cmd = "pipx install isort" },
54
- { cmd = "pipx install pyupgrade<=3.3.2" },
+ { cmd = "pipx install flake8==5.0.4" },
+ { cmd = "pipx install isort==5.11.5" },
+ { cmd = "pipx install pyupgrade==3.3.2" },
55
{ cmd = "pipx install mypy" },
56
]
57
"docs:install" = [
0 commit comments