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 2fd138a commit e3da31dCopy full SHA for e3da31d
.pre-commit-config.yaml
@@ -58,15 +58,15 @@ repos:
58
- -d
59
- '{extends: relaxed, rules: {line-length: {max: 90}}}'
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
- rev: v0.1.1
+ rev: v0.1.3
62
hooks:
63
- id: ruff
64
- repo: https://github.com/PyCQA/autoflake
65
rev: v2.2.1
66
67
- id: autoflake
68
- repo: https://github.com/psf/black
69
- rev: 23.10.0
+ rev: 23.10.1
70
71
- id: black
72
- repo: https://github.com/codespell-project/codespell
0 commit comments