Skip to content

Commit f794a0e

Browse files
ci: pre-commit autoupdate (#180)
* ci: pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) * Update test.yml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Fabian Braun <fsbraun@gmx.de>
1 parent be2b078 commit f794a0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
python-version: ['3.10', '3.11']
48+
python-version: ['3.12', '3.13']
4949
django-version: [
5050
'https://github.com/django/django/archive/main.tar.gz'
5151
]

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ repos:
3737
- id: mixed-line-ending
3838

3939
- repo: https://github.com/pycqa/isort
40-
rev: 5.13.2
40+
rev: 6.0.0
4141
hooks:
4242
- id: isort

0 commit comments

Comments
 (0)