We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a0d56 commit 44c100aCopy full SHA for 44c100a
.pre-commit-config.yaml
@@ -56,7 +56,7 @@ repos:
56
- --remove-unused-variables
57
- --remove-rhs-for-unused-variables
58
- repo: https://github.com/PyCQA/isort
59
- rev: 5.12.0
+ rev: 5.13.2
60
hooks:
61
- id: isort
62
name: isort (black profile, in place fixes)
@@ -70,7 +70,7 @@ repos:
70
71
- id: yesqa
72
- repo: https://github.com/psf/black
73
- rev: 23.7.0
+ rev: 23.12.1
74
75
- id: black
76
name: black (in place fixes)
@@ -86,12 +86,12 @@ repos:
86
- id: flake8
87
additional_dependencies: [Flake8-pyproject]
88
- repo: https://github.com/PyCQA/bandit
89
- rev: 1.7.5
+ rev: 1.7.6
90
91
- id: bandit
92
# disable B101 (Test for use of assert)
93
args: ["-s", "B101"]
94
- repo: https://github.com/pre-commit/mirrors-mypy
95
- rev: v1.7.1
+ rev: v1.8.0
96
97
- id: mypy
0 commit comments