Skip to content

Commit 2b82066

Browse files
authored
Auto-update pre-commit hooks
1 parent 93fd272 commit 2b82066

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/charliermarsh/ruff-pre-commit
5-
rev: v0.3.4
5+
rev: v0.4.5
66
hooks:
77
- id: ruff
88
args: [--fix]
99
- id: ruff-format
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-yaml
1414
- id: fix-encoding-pragma
@@ -29,15 +29,15 @@ repos:
2929
- id: rst-directive-colons
3030
- id: rst-inline-touching-normal
3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.9.0
32+
rev: v1.10.0
3333
hooks:
3434
- id: mypy
3535
files: ^src/
3636
additional_dependencies:
3737
- tokenize-rt==4.1.0
3838
- types-paramiko
3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.2.6
40+
rev: v2.3.0
4141
hooks:
4242
- id: codespell
4343
stages: [commit, commit-msg]

0 commit comments

Comments
 (0)