We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd46325 commit e522616Copy full SHA for e522616
1 file changed
.pre-commit-config.yaml
@@ -39,13 +39,13 @@ repos:
39
- id: pyupgrade
40
args: [--py38-plus]
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.9.3
+ rev: v0.9.4
43
hooks:
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
46
- id: ruff-format
47
- repo: https://github.com/codespell-project/codespell
48
- rev: v2.4.0
+ rev: v2.4.1
49
50
- id: codespell
51
- repo: https://github.com/PyCQA/flake8
0 commit comments