Skip to content

Commit 9f3483f

Browse files
authored
Merge pull request #276 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0ce9444 + 0399936 commit 9f3483f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/codespell-project/codespell
3-
rev: v2.2.6
3+
rev: v2.3.0
44
hooks:
55
- id: codespell
66
- repo: https://github.com/asottile/blacken-docs
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: check-yaml
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.4.1
16+
rev: v0.4.7
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]
@@ -26,7 +26,7 @@ repos:
2626
args: ["--ignore", "D001"]
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: 'v1.9.0'
29+
rev: 'v1.10.0'
3030
hooks:
3131
- id: mypy
3232
additional_dependencies:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ ignore = [
7474
"PLW0120", # remove the else and dedent its contents
7575
"PLW2901", # for loop variable overwritten by assignment target
7676
"PLR5501", # Use `elif` instead of `else` then `if`
77+
"UP031", # Use format specifiers instead of percent format
7778
]
7879

7980
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)