Skip to content

Commit bf125ed

Browse files
Bump ruff from 0.0.189 to 0.0.194 (#43)
* Bump ruff from 0.0.189 to 0.0.194 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.189 to 0.0.194. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](astral-sh/ruff@v0.0.189...v0.0.194) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update ruff in pre-commit Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent 5b3f366 commit bf125ed

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
@@ -35,7 +35,7 @@ repos:
3535
- id: black
3636

3737
- repo: https://github.com/charliermarsh/ruff-pre-commit
38-
rev: v0.0.189
38+
rev: v0.0.194
3939
hooks:
4040
- id: ruff
4141
args: ["--fix"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test = [
5555
lint = [
5656
"black[jupyter]==22.10.0",
5757
"mdformat>0.7",
58-
"ruff==0.0.189",
58+
"ruff==0.0.194",
5959
]
6060
typing = [
6161
"mypy>=0.990"

0 commit comments

Comments
 (0)