Skip to content

Commit e594365

Browse files
authored
Merge pull request #243 from NNPDF/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents eac7bc1 + f767253 commit e594365

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
python-version: ["3.9", "3.10", "3.11", "3.12"]
9+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1010

1111
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
1212
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: blacken-docs
3232
- repo: https://github.com/pycqa/isort
33-
rev: 7.0.0
33+
rev: 8.0.1
3434
hooks:
3535
- id: isort
3636
args: ["--profile", "black"]

0 commit comments

Comments
 (0)