Skip to content

Commit 9c07a58

Browse files
[pre-commit.ci] pre-commit autoupdate (#398)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent 4978e24 commit 9c07a58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/python-jsonschema/check-jsonschema
22-
rev: 0.22.0
22+
rev: 0.23.1
2323
hooks:
2424
- id: check-github-workflows
2525

@@ -36,7 +36,7 @@ repos:
3636
- id: black
3737

3838
- repo: https://github.com/charliermarsh/ruff-pre-commit
39-
rev: v0.0.263
39+
rev: v0.0.270
4040
hooks:
4141
- id: ruff
4242
args: ["--fix"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies = [
117117
"black[jupyter]==23.3.0",
118118
"mdformat>0.7",
119119
"mdformat-gfm>=0.3.5",
120-
"ruff==0.0.263"
120+
"ruff==0.0.270"
121121
]
122122
detatched = true
123123
[tool.hatch.envs.lint.scripts]

0 commit comments

Comments
 (0)