Skip to content

Commit f279e10

Browse files
committed
chore(ci): runs on ubuntu-latest
1 parent 4e0617b commit f279e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
pre-commit:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
1010
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
rev: 24.4.2
2323
hooks:
2424
- id: black
25-
language_version: python3.8
25+
language_version: python3.11
2626
args:
2727
- --target-version=py38
2828
- --line-length=120

0 commit comments

Comments
 (0)