Skip to content

Commit d66d8b2

Browse files
authored
Merge pull request #522 from DigitalSlideArchive/update-pre-commit
Update pre-commit hook versions
2 parents 577aec6 + a11cf69 commit d66d8b2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-ast
@@ -63,23 +63,23 @@ repos:
6363
# - './histomicsui/web_client/package.json'
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
6565
# Ruff version.
66-
rev: v0.11.2
66+
rev: v0.14.11
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.1
72+
rev: v3.21.2
7373
hooks:
7474
- id: pyupgrade
7575
args:
7676
- --py310-plus
7777
- --keep-percent-format
78-
- repo: https://github.com/pre-commit/mirrors-autopep8
79-
rev: v2.0.4
78+
- repo: https://github.com/hhatto/autopep8
79+
rev: v2.3.2
8080
hooks:
8181
- id: autopep8
8282
- repo: https://github.com/PyCQA/flake8
83-
rev: 7.1.2
83+
rev: 7.3.0
8484
hooks:
8585
- id: flake8

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def prerelease_local_scheme(version):
3939
'Programming Language :: Python :: 3.11',
4040
'Programming Language :: Python :: 3.12',
4141
'Programming Language :: Python :: 3.13',
42+
'Programming Language :: Python :: 3.14',
4243
],
4344
install_requires=[
4445
'girder-large-image-annotation>=1.33.5',

0 commit comments

Comments
 (0)