Skip to content

Commit f8202b7

Browse files
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.7 (#3229)
* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.7 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3aab9d6 commit f8202b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: yamllint
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.14.6
34+
rev: v0.14.7
3535
hooks:
3636
- id: ruff-check
3737
args:

scripts/list-translated-languages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def print_language(lang, fmt="{0} ({1})") -> None:
1818

1919
def main() -> None:
2020
# load data
21-
handle = urlopen(URL, timeout=5) # noqa: S310
21+
handle = urlopen(URL, timeout=5)
2222
data = handle.read()
2323
handle.close()
2424
# parse data

0 commit comments

Comments
 (0)