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 cdea29f commit 947d852Copy full SHA for 947d852
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
- id: check-toml
22
- id: check-json
23
- repo: https://github.com/Lucas-C/pre-commit-hooks
24
- rev: v1.5.1
+ rev: v1.5.4
25
hooks:
26
- id: remove-crlf
27
- repo: https://github.com/codespell-project/codespell
@@ -76,7 +76,7 @@ repos:
76
77
- id: shfmt
78
- repo: https://github.com/psf/black
79
- rev: 23.3.0
+ rev: 23.7.0
80
81
- id: black
82
- repo: https://github.com/PyCQA/isort
@@ -90,7 +90,7 @@ repos:
90
additional_dependencies:
91
- tomli
92
- repo: https://github.com/kumaraditya303/mirrors-pyright
93
- rev: v1.1.316
+ rev: v1.1.323
94
95
- id: pyright
96
- repo: https://github.com/PyCQA/bandit
0 commit comments