Skip to content

Commit cbe1650

Browse files
Merge pull request #609 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 92cacb2 + 2052645 commit cbe1650

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: main
33
on:
44
push:
55
branches:
6-
- "*"
6+
- main
7+
- test-me-*
78
tags:
89
- "*"
910

@@ -33,7 +34,7 @@ jobs:
3334
"windows-py313",
3435
"windows-pypy3",
3536

36-
"ubuntu-py39-pytestmain",
37+
"ubuntu-py310-pytestmain",
3738
"ubuntu-py39",
3839
"ubuntu-py310",
3940
"ubuntu-py311",
@@ -56,10 +57,10 @@ jobs:
5657
python: "pypy3.9"
5758
os: windows-latest
5859
tox_env: "pypy3"
59-
- name: "ubuntu-py39-pytestmain"
60-
python: "3.9"
60+
- name: "ubuntu-py310-pytestmain"
61+
python: "3.10"
6162
os: ubuntu-latest
62-
tox_env: "py39-pytestmain"
63+
tox_env: "py310-pytestmain"
6364
use_coverage: true
6465
- name: "ubuntu-py39"
6566
python: "3.9"

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.13.0"
3+
rev: "v0.13.3"
44
hooks:
55
- id: ruff-check
66
args: ["--fix"]
@@ -43,7 +43,7 @@ repos:
4343
language: python
4444
additional_dependencies: [pygments, restructuredtext_lint]
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.18.1
46+
rev: v1.18.2
4747
hooks:
4848
- id: mypy
4949
files: ^(src/|testing/)

0 commit comments

Comments
 (0)