Skip to content

Commit bbe9f10

Browse files
[pre-commit.ci] pre-commit autoupdate (#100)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fb2e5e4 commit bbe9f10

4 files changed

Lines changed: 12 additions & 16 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: check
22
on:
3+
workflow_dispatch:
34
push:
5+
branches: "main"
46
tags-ignore: ["**"]
57
pull_request:
68
schedule:

.pre-commit-config.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: "v0.1.6"
8+
rev: "v0.1.7"
99
hooks:
1010
- id: ruff
1111
args: [--fix, --exit-non-zero-on-fix]
@@ -19,15 +19,10 @@ repos:
1919
- id: tox-ini-fmt
2020
args: ["-p", "fix"]
2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: "1.5.1"
22+
rev: "1.5.3"
2323
hooks:
2424
- id: pyproject-fmt
25-
additional_dependencies: ["tox>=4.11.2"]
26-
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: "v3.1.0"
28-
hooks:
29-
- id: prettier
30-
args: ["--print-width=120", "--prose-wrap=always"]
25+
additional_dependencies: ["tox>=4.11.4"]
3126
- repo: meta
3227
hooks:
3328
- id: check-hooks-apply

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"hatch-vcs>=0.3",
4+
"hatch-vcs>=0.4",
55
"hatchling>=1.18",
66
]
77

@@ -41,14 +41,14 @@ dynamic = [
4141
"version",
4242
]
4343
dependencies = [
44-
"devpi-client>=6.0.5",
44+
"devpi-client>=7.0.2",
4545
"devpi-server>=6.9.2",
46-
'typing-extensions>=4.7.1; python_version < "3.11"',
46+
'typing-extensions>=4.8; python_version < "3.11"',
4747
]
4848
optional-dependencies.test = [
4949
"covdefaults>=2.3",
50-
"httpx>=0.24.1",
51-
"pytest>=7.4.2",
50+
"httpx>=0.25.2",
51+
"pytest>=7.4.3",
5252
"pytest-cov>=4.1",
5353
]
5454
urls.Homepage = "https://github.com/tox-dev/devpi-process#readme"

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ env_list =
77
py310
88
py39
99
py38
10-
py37
1110
type
1211
readme
1312
skip_missing_interpreters = true
@@ -34,7 +33,7 @@ commands =
3433
description = run static analysis and style check using flake8
3534
skip_install = true
3635
deps =
37-
pre-commit>=3.4
36+
pre-commit>=3.5
3837
pass_env =
3938
HOMEPATH
4039
PROGRAMDATA
@@ -44,7 +43,7 @@ commands =
4443
[testenv:type]
4544
description = run type check on code base
4645
deps =
47-
mypy==1.5.1
46+
mypy==1.7.1
4847
set_env =
4948
{tty:MYPY_FORCE_COLOR = 1}
5049
commands =

0 commit comments

Comments
 (0)