Skip to content

Commit 17f19ba

Browse files
[pre-commit.ci] pre-commit autoupdate (#63)
updates: - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v2.0.2 → v2.1.1](PyCQA/autoflake@v2.0.2...v2.1.1) - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2) - [github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.263](astral-sh/ruff-pre-commit@v0.0.261...v0.0.263) - [github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.263](astral-sh/ruff-pre-commit@v0.0.261...v0.0.263) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 67b6358 commit 17f19ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ repos:
3030
- id: validate-pyproject
3131
name: Validate pyproject.toml
3232
# I don't yet trust ruff to do what autoflake does
33-
- repo: https://github.com/myint/autoflake
34-
rev: v2.0.2
33+
- repo: https://github.com/PyCQA/autoflake
34+
rev: v2.1.1
3535
hooks:
3636
- id: autoflake
3737
args: [--in-place]
@@ -40,7 +40,7 @@ repos:
4040
hooks:
4141
- id: isort
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.3.1
43+
rev: v3.3.2
4444
hooks:
4545
- id: pyupgrade
4646
args: [--py38-plus]
@@ -55,7 +55,7 @@ repos:
5555
- id: black
5656
# - id: black-jupyter
5757
- repo: https://github.com/charliermarsh/ruff-pre-commit
58-
rev: v0.0.261
58+
rev: v0.0.263
5959
hooks:
6060
- id: ruff
6161
args: [--fix-only, --show-fixes]
@@ -81,7 +81,7 @@ repos:
8181
additional_dependencies: [tomli]
8282
files: ^(graphblas_algorithms|docs)/
8383
- repo: https://github.com/charliermarsh/ruff-pre-commit
84-
rev: v0.0.261
84+
rev: v0.0.263
8585
hooks:
8686
- id: ruff
8787
# `pyroma` may help keep our package standards up to date if best practices change.

0 commit comments

Comments
 (0)