Skip to content

Commit db7531d

Browse files
build(deps): bump ruff from 0.4.10 to 0.5.0 (#1357)
* build(deps): bump ruff from 0.4.10 to 0.5.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.10 to 0.5.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.10...0.5.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: use `check` in ruff pre-commit hook Changed as of ruff v0.5.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <[email protected]>
1 parent dc4d9af commit db7531d

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
@@ -17,7 +17,7 @@ repos:
1717
language: system
1818
stages: [commit]
1919
types: [python]
20-
args: [--fix, --exit-non-zero-on-fix]
20+
args: [check, --fix, --exit-non-zero-on-fix]
2121

2222
- id: black
2323
name: black

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test = [
5858
"pytest-recording~=0.13.0",
5959
"pytest~=8.0",
6060
"requests-mock~=1.11",
61-
"ruff==0.4.10",
61+
"ruff==0.5.0",
6262
"types-html5lib~=1.1",
6363
"types-orjson~=3.6",
6464
"types-jsonschema~=4.18",

0 commit comments

Comments
 (0)