Skip to content

Commit db52e78

Browse files
authored
Merge branch 'main' into add-gitignore
2 parents c6d0ac6 + f49d135 commit db52e78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 8.0.1
3+
rev: 9.0.0a3
44
hooks:
55
- id: isort
66
- repo: https://github.com/codespell-project/codespell
7-
rev: v2.4.1
7+
rev: v2.4.2
88
hooks:
99
- id: codespell
1010
args:
1111
- --write-changes
1212
additional_dependencies:
1313
- tomli
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.15.4
15+
rev: v0.15.20
1616
hooks:
1717
- id: ruff-check
1818
args: [--fix]

0 commit comments

Comments
 (0)