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 a9a67c9 commit ffa6c4eCopy full SHA for ffa6c4e
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
args: ["--in-place", "--ignore-pass-after-docstring", "--imports"]
13
14
- repo: https://github.com/PyCQA/flake8
15
- rev: 7.1.1
+ rev: 7.1.2
16
hooks:
17
- id: flake8
18
@@ -22,7 +22,7 @@ repos:
22
- id: yesqa
23
24
- repo: https://github.com/codespell-project/codespell
25
- rev: v2.3.0
+ rev: v2.4.1
26
27
- id: codespell # See pyproject.toml for args
28
args: [--toml, pyproject.toml, --write-changes]
@@ -38,12 +38,12 @@ repos:
38
- id: mixed-line-ending
39
40
- repo: https://github.com/pycqa/isort
41
- rev: 5.13.2
+ rev: 6.0.0
42
43
- id: isort
44
45
- repo: https://github.com/pre-commit/mirrors-mypy
46
- rev: v1.14.1
+ rev: v1.15.0
47
48
- id: mypy
49
pass_filenames: false
0 commit comments