Skip to content

Commit eddb184

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.270...v0.0.275) - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.270...v0.0.275)
1 parent 1f5ccb6 commit eddb184

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
name: Validate pyproject.toml
3232
# I don't yet trust ruff to do what autoflake does
3333
- repo: https://github.com/PyCQA/autoflake
34-
rev: v2.1.1
34+
rev: v2.2.0
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.4.0
43+
rev: v3.8.0
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.270
58+
rev: v0.0.275
5959
hooks:
6060
- id: ruff
6161
args: [--fix-only, --show-fixes]
@@ -69,19 +69,19 @@ repos:
6969
- flake8-bugbear==23.5.9
7070
- flake8-simplify==0.20.0
7171
- repo: https://github.com/asottile/yesqa
72-
rev: v1.4.0
72+
rev: v1.5.0
7373
hooks:
7474
- id: yesqa
7575
additional_dependencies: *flake8_dependencies
7676
- repo: https://github.com/codespell-project/codespell
77-
rev: v2.2.4
77+
rev: v2.2.5
7878
hooks:
7979
- id: codespell
8080
types_or: [python, rst, markdown]
8181
additional_dependencies: [tomli]
8282
files: ^(graphblas_algorithms|docs)/
8383
- repo: https://github.com/charliermarsh/ruff-pre-commit
84-
rev: v0.0.270
84+
rev: v0.0.275
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)