Skip to content

Commit 50b561e

Browse files
[pre-commit.ci] pre-commit autoupdate (#1501)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <[email protected]>
1 parent 7ad86e8 commit 50b561e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ repos:
1717
additional_dependencies:
1818
- wemake-python-styleguide
1919
- repo: https://github.com/PyCQA/isort
20-
rev: '5.13.2'
20+
rev: '6.0.1'
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: '24.10.0'
24+
rev: '25.1.0'
2525
hooks:
2626
- id: black
2727
language_version: python3 # Should be a command that runs python
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema.git
30-
rev: 0.30.0
30+
rev: 0.32.1
3131
hooks:
3232
- id: check-github-workflows
3333
files: ^\.github/workflows/[^/]+$
@@ -76,18 +76,18 @@ repos:
7676
- id: pyupgrade
7777
args: ['--py39-plus']
7878
- repo: https://github.com/PyCQA/flake8
79-
rev: '7.1.1'
79+
rev: '7.2.0'
8080
hooks:
8181
- id: flake8
8282
exclude: "^docs/"
8383

8484
- repo: https://github.com/codespell-project/codespell.git
85-
rev: v2.3.0
85+
rev: v2.4.1
8686
hooks:
8787
- id: codespell
8888

8989
- repo: https://github.com/adrienverge/yamllint.git
90-
rev: v1.35.1
90+
rev: v1.37.0
9191
hooks:
9292
- id: yamllint
9393
args:
@@ -134,7 +134,7 @@ repos:
134134
pass_filenames: false
135135

136136
- repo: https://github.com/rhysd/actionlint.git
137-
rev: v1.7.6
137+
rev: v1.7.7
138138
hooks:
139139
- id: actionlint-docker
140140
args:

yarl/_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_str_query_from_sequence_iterable(
5858

5959

6060
def get_str_query_from_iterable(
61-
items: Iterable[tuple[Union[str, istr], SimpleQuery]]
61+
items: Iterable[tuple[Union[str, istr], SimpleQuery]],
6262
) -> str:
6363
"""Return a query string from an iterable.
6464

0 commit comments

Comments
 (0)