Skip to content

Commit f49d135

Browse files
authored
Merge pull request #110 from 2i2c-org/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1fb3ef2 + bdb0cb2 commit f49d135

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)