Skip to content

Commit 209d401

Browse files
authored
Merge pull request #50 from ComputationalPhysiology/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c15a349 + b2e24d8 commit 209d401

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ repos:
99
- id: debug-statements
1010

1111
- repo: https://github.com/asottile/reorder-python-imports
12-
rev: v3.15.0
12+
rev: v3.16.0
1313
hooks:
1414
- id: reorder-python-imports
1515
exclude: ^demo/
1616

17-
- repo: https://github.com/psf/black
18-
rev: 25.1.0
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: 25.9.0
1919
hooks:
2020
- id: black
2121

@@ -25,16 +25,16 @@ repos:
2525
- id: flake8
2626

2727
- repo: https://github.com/asottile/add-trailing-comma
28-
rev: v3.2.0
28+
rev: v4.0.0
2929
hooks:
3030
- id: add-trailing-comma
3131

3232
- repo: https://github.com/asottile/setup-cfg-fmt
33-
rev: v2.8.0
33+
rev: v3.1.0
3434
hooks:
3535
- id: setup-cfg-fmt
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.18.1
38+
rev: v1.18.2
3939
hooks:
4040
- id: mypy

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install_requires =
2121
gotran
2222
networkx
2323
importlib-metadata;python_version<'3.8'
24-
python_requires = >=3.9
24+
python_requires = >=3.10
2525
package_dir =
2626
=src
2727
zip_safe = False

0 commit comments

Comments
 (0)