Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit 5f0e1da

Browse files
jameshilliardb-rowan
authored andcommitted
Update dependencies
1 parent 2bd031b commit 5f0e1da

2 files changed

Lines changed: 492 additions & 482 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55
- generate-docs
66
repos:
77
- repo: https://github.com/python-poetry/poetry
8-
rev: 2.1.2
8+
rev: 2.2.1
99
hooks:
1010
- id: poetry-check
1111
- id: poetry-lock
1212
- id: poetry-install
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: check-yaml
@@ -23,7 +23,7 @@ repos:
2323
exclude: ^mkdocs\.yml$
2424
- id: check-added-large-files
2525
- repo: https://github.com/psf/black
26-
rev: 25.1.0
26+
rev: 25.9.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)