Skip to content

Commit 469597a

Browse files
committed
Update pre-commit versions
1 parent 042571c commit 469597a

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
@@ -43,7 +43,7 @@ repos:
4343
files: README.rst
4444
name: rst-linter of README.rst
4545
- repo: https://github.com/codespell-project/codespell
46-
rev: v2.3.0
46+
rev: v2.4.1
4747
hooks:
4848
- id: codespell
4949
args:
@@ -63,13 +63,13 @@ repos:
6363
# - './histomicsui/web_client/package.json'
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
6565
# Ruff version.
66-
rev: v0.8.3
66+
rev: v0.11.2
6767
hooks:
6868
- id: ruff
6969
args: [--fix, --exit-non-zero-on-fix]
7070
types_or: [python, pyi, jupyter]
7171
- repo: https://github.com/asottile/pyupgrade
72-
rev: v3.19.0
72+
rev: v3.19.1
7373
hooks:
7474
- id: pyupgrade
7575
args:
@@ -80,6 +80,6 @@ repos:
8080
hooks:
8181
- id: autopep8
8282
- repo: https://github.com/PyCQA/flake8
83-
rev: 7.1.1
83+
rev: 7.1.2
8484
hooks:
8585
- id: flake8

0 commit comments

Comments
 (0)