File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments