There was an error while loading. Please reload this page.
2 parents c6d0ac6 + f49d135 commit db52e78Copy full SHA for db52e78
1 file changed
.pre-commit-config.yaml
@@ -1,18 +1,18 @@
1
repos:
2
- repo: https://github.com/pycqa/isort
3
- rev: 8.0.1
+ rev: 9.0.0a3
4
hooks:
5
- id: isort
6
- repo: https://github.com/codespell-project/codespell
7
- rev: v2.4.1
+ rev: v2.4.2
8
9
- id: codespell
10
args:
11
- --write-changes
12
additional_dependencies:
13
- tomli
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.15.4
+ rev: v0.15.20
16
17
- id: ruff-check
18
args: [--fix]
0 commit comments