Skip to content

Commit c9b9b6d

Browse files
committed
Bump pre-commit python version
1 parent 9012412 commit c9b9b6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.8'
20+
python-version: '3.9'
2121
- uses: pre-commit/[email protected]

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.8
2+
python: python3.9
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
rev: 'v0.7.2'

0 commit comments

Comments
 (0)