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 9fbc712 commit 34e4b62Copy full SHA for 34e4b62
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: mixed-line-ending
11
args: ['--fix=lf']
12
- repo: https://github.com/psf/black
13
- rev: 23.9.1
+ rev: 23.11.0
14
hooks:
15
- id: black
16
- repo: https://github.com/pocc/pre-commit-hooks
@@ -25,7 +25,7 @@ repos:
25
- id: codespell
26
pass_filenames: false
27
- repo: https://github.com/crate-ci/typos
28
- rev: v1.16.19
+ rev: v1.16.23
29
30
- id: typos
31
args: ['--config=typos-config.toml']
0 commit comments