Skip to content

Commit 1f5ccb6

Browse files
[pre-commit.ci] pre-commit autoupdate (#69)
* [pre-commit.ci] pre-commit autoupdate * Drop Python 3.8, which latest networkx dropped
1 parent d63d49d commit 1f5ccb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18-
python-version: ["3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.9", "3.10", "3.11"]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.269
58+
rev: v0.0.270
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.269
84+
rev: v0.0.270
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)