Skip to content

Commit

Permalink
Merge branch 'main' into all-contributors/add-Spinachboul
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Feb 18, 2025
2 parents 2c41503 + 59015e4 commit 6f956dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
name: isort

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
language_version: python3
Expand All @@ -38,7 +38,7 @@ repos:
additional_dependencies: [black==22.3.0]

- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
exclude: docs/source/conf.py, __pycache__
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
additional_dependencies: [flake8==3.8.3]

- repo: https://github.com/PyCQA/bandit
rev: 1.8.2
rev: 1.8.3
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ docs = [
"numpydoc",
"pydata-sphinx-theme",
"sphinx-issues<6.0.0",
"sphinx-gallery<0.19.0",
"sphinx-gallery<0.20.0",
"sphinx-panels",
"sphinx-design<0.7.0",
"Sphinx!=7.2.0,<9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion skbase/utils/tests/test_deep_equals.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
42,
[],
((((())))),
[([([([()])])])],
[[[[()]]]],
3.5,
4.2,
]
Expand Down

0 comments on commit 6f956dd

Please sign in to comment.