Skip to content

Commit 05471c6

Browse files
pre-commit-ci[bot]blink1073minrk
authored
[pre-commit.ci] pre-commit autoupdate (#57)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.194 → v0.0.207](astral-sh/ruff-pre-commit@v0.0.194...v0.0.207) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]> Co-authored-by: Min RK <[email protected]>
1 parent 3f03557 commit 05471c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
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.194
38+
rev: v0.0.207
3939
hooks:
4040
- id: ruff
4141
args: ["--fix"]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies = ["mypy>=0.990"]
9797
test = "mypy --install-types --non-interactive {args:.}"
9898

9999
[tool.hatch.envs.lint]
100-
dependencies = ["black[jupyter]==22.12.0", "mdformat>0.7", "ruff==0.0.194"]
100+
dependencies = ["black[jupyter]==22.12.0", "mdformat>0.7", "ruff==0.0.207"]
101101
detached = true
102102
[tool.hatch.envs.lint.scripts]
103103
style = [

0 commit comments

Comments
 (0)