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.
2 parents 3d9b0e9 + f5cb39b commit 0a3d1eeCopy full SHA for 0a3d1ee
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
20
# Autoformat: Python code
21
- repo: https://github.com/PyCQA/autoflake
22
- rev: v2.0.1
+ rev: v2.0.2
23
hooks:
24
- id: autoflake
25
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -34,13 +34,13 @@ repos:
34
35
36
- repo: https://github.com/psf/black
37
- rev: 23.1.0
+ rev: 23.3.0
38
39
- id: black
40
41
# Autoformat: markdown, yaml, javascript (see the file .prettierignore)
42
- repo: https://github.com/pre-commit/mirrors-prettier
43
- rev: v3.0.0-alpha.4
+ rev: v3.0.0-alpha.6
44
45
- id: prettier
46
exclude: COPYING.md
0 commit comments