There was an error while loading. Please reload this page.
1 parent 9ea616f commit fe0066eCopy full SHA for fe0066e
1 file changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
19
20
- repo: https://github.com/PyCQA/autoflake
21
- rev: v2.0.0
+ rev: v2.1.1
22
hooks:
23
- id: autoflake
24
args: [
@@ -28,18 +28,18 @@ repos:
28
]
29
30
- repo: http://github.com/pycqa/isort
31
- rev: 5.11.4
+ rev: 5.11.5
32
33
- id: isort
34
35
- repo: https://github.com/psf/black
36
- rev: 22.12.0
+ rev: 23.3.0
37
38
- id: black
39
language_version: python3
40
41
- repo: https://github.com/asottile/blacken-docs
42
- rev: v1.12.1
+ rev: 1.14.0
43
44
- id: blacken-docs
45
additional_dependencies: [black]
0 commit comments