Skip to content

Commit 1c9ea04

Browse files
Merge branch 'master' into fix-cnn-prediction
2 parents 4188336 + c0db072 commit 1c9ea04

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: auto-walrus
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.15.15
22+
rev: v0.15.20
2323
hooks:
2424
- id: ruff-check
2525
- id: ruff-format
@@ -32,7 +32,7 @@ repos:
3232
- tomli
3333

3434
- repo: https://github.com/tox-dev/pyproject-fmt
35-
rev: v2.23.0
35+
rev: v2.25.1
3636
hooks:
3737
- id: pyproject-fmt
3838

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,5 @@ myst_fence_as_directive = [
265265
]
266266
templates_path = [ "_templates" ]
267267
source_suffix.".rst" = "restructuredtext"
268-
# ".txt" = "markdown"
269268
source_suffix.".md" = "markdown"
269+
# ".txt" = "markdown"

0 commit comments

Comments
 (0)