Skip to content

Commit 903a274

Browse files
Auto-update pre-commit hooks
1 parent 0b6402e commit 903a274

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@ default_language_version:
33
exclude: ^(tests/testfiles/)
44
repos:
55
- repo: https://github.com/charliermarsh/ruff-pre-commit
6-
rev: v0.6.9
6+
rev: v0.15.6
77
hooks:
88
- id: ruff
99
args: [--fix]
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-yaml
1414
- id: fix-encoding-pragma
1515
args: [--remove]
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/psf/black
19-
rev: 24.10.0
19+
rev: 26.3.1
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/asottile/blacken-docs
23-
rev: 1.19.0
23+
rev: 1.20.0
2424
hooks:
2525
- id: blacken-docs
2626
additional_dependencies: [black]
2727
exclude: README.md
2828
- repo: https://github.com/pycqa/flake8
29-
rev: 7.1.1
29+
rev: 7.3.0
3030
hooks:
3131
- id: flake8
3232
entry: pflake8
@@ -46,7 +46,7 @@ repos:
4646
- id: rst-directive-colons
4747
- id: rst-inline-touching-normal
4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.11.2
49+
rev: v1.19.1
5050
hooks:
5151
- id: mypy
5252
files: ^src/
@@ -55,7 +55,7 @@ repos:
5555
- types-pkg_resources==0.1.2
5656
- types-paramiko
5757
- repo: https://github.com/codespell-project/codespell
58-
rev: v2.3.0
58+
rev: v2.4.2
5959
hooks:
6060
- id: codespell
6161
stages: [commit, commit-msg]

0 commit comments

Comments
 (0)