Skip to content

Commit 4c63de4

Browse files
[pre-commit.ci] pre-commit autoupdate (#481)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 07cfe33 commit 4c63de4

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
# Hooks that are run everywhere
33
- repo: https://github.com/biomejs/pre-commit
4-
rev: v2.3.15
4+
rev: v2.4.4
55
hooks:
66
- id: biome-format
77
# Hooks that are run for scripts
88
- repo: https://github.com/tox-dev/pyproject-fmt
9-
rev: v2.16.0
9+
rev: v2.16.2
1010
hooks:
1111
- id: pyproject-fmt
1212
files: ^scripts/pyproject\.toml$
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.15.1
14+
rev: v0.15.4
1515
hooks:
1616
- id: ruff-check
1717
args: [--fix, --exit-non-zero-on-fix]

scripts/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,6 @@ filterwarnings = [
9999
"error",
100100
# https://github.com/man-group/pytest-plugins/issues/224
101101
"ignore::DeprecationWarning:pytest_shutil",
102+
# https://github.com/psf/requests/issues/7219
103+
"ignore:urllib3.*or chardet.*doesn't match a supported version",
102104
]

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/biomejs/pre-commit
10-
rev: v2.3.15
10+
rev: v2.4.4
1111
hooks:
1212
- id: biome-format
1313
exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
1414
- repo: https://github.com/tox-dev/pyproject-fmt
15-
rev: v2.16.0
15+
rev: v2.16.2
1616
hooks:
1717
- id: pyproject-fmt
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.15.1
19+
rev: v0.15.4
2020
hooks:
2121
- id: ruff-check
2222
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)