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 b510d2c commit 69f3042Copy full SHA for 69f3042
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: af0ba72a73598c76189d6dd1b21d8532255d5942 # frozen: 25.9.0
+ rev: af0ba72a73598c76189d6dd1b21d8532255d5942 # frozen: 25.9.0
6
hooks:
7
- id: black
8
- repo: https://github.com/pycqa/isort
@@ -26,7 +26,7 @@ repos:
26
- id: pyupgrade
27
args: [--py39-plus]
28
- repo: https://github.com/python-poetry/poetry
29
- rev: "b9e5d79fc57de2f2e60973019d56662b7398440b" # frozen: 2.2.1
+ rev: "b9e5d79fc57de2f2e60973019d56662b7398440b" # frozen: 2.2.1
30
31
- id: poetry-check
32
args: ["--lock"]
0 commit comments