Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 90e25f7

Browse files
chore: update pre-commit hooks
updates: - [github.com/abravalheri/validate-pyproject: v0.15 → v0.16](abravalheri/validate-pyproject@v0.15...v0.16) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.4](astral-sh/ruff-pre-commit@v0.1.9...v0.3.4) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.4](astral-sh/ruff-pre-commit@v0.1.9...v0.3.4)
1 parent 35dbc90 commit 90e25f7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ repos:
3333
- id: name-tests-test
3434
args: ["--pytest-test-first"]
3535
- repo: https://github.com/abravalheri/validate-pyproject
36-
rev: v0.15
36+
rev: v0.16
3737
hooks:
3838
- id: validate-pyproject
3939
name: Validate pyproject.toml
4040
# I don't yet trust ruff to do what autoflake does
4141
- repo: https://github.com/PyCQA/autoflake
42-
rev: v2.2.1
42+
rev: v2.3.1
4343
hooks:
4444
- id: autoflake
4545
args: [--in-place]
@@ -48,7 +48,7 @@ repos:
4848
hooks:
4949
- id: isort
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: v3.15.0
51+
rev: v3.15.2
5252
hooks:
5353
- id: pyupgrade
5454
args: [--py310-plus]
@@ -58,17 +58,17 @@ repos:
5858
- id: auto-walrus
5959
args: [--line-length, "100"]
6060
- repo: https://github.com/psf/black
61-
rev: 23.12.1
61+
rev: 24.3.0
6262
hooks:
6363
- id: black
6464
# - id: black-jupyter
6565
- repo: https://github.com/astral-sh/ruff-pre-commit
66-
rev: v0.1.9
66+
rev: v0.3.4
6767
hooks:
6868
- id: ruff
6969
args: [--fix-only, --show-fixes]
7070
- repo: https://github.com/PyCQA/flake8
71-
rev: 6.1.0
71+
rev: 7.0.0
7272
hooks:
7373
- id: flake8
7474
additional_dependencies: &flake8_dependencies
@@ -89,7 +89,7 @@ repos:
8989
additional_dependencies: [tomli]
9090
files: ^(graphblas_algorithms|docs)/
9191
- repo: https://github.com/astral-sh/ruff-pre-commit
92-
rev: v0.1.9
92+
rev: v0.3.4
9393
hooks:
9494
- id: ruff
9595
# `pyroma` may help keep our package standards up to date if best practices change.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /