Skip to content

Commit a5238e4

Browse files
[pre-commit.ci] pre-commit autoupdate (#77)
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 c93e6a0 commit a5238e4

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
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.22.0
23+
rev: 0.23.1
2424
hooks:
2525
- id: check-github-workflows
2626

@@ -35,7 +35,7 @@ repos:
3535
- id: black
3636

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dependencies = ["mypy>=0.990"]
9595
test = "mypy --install-types --non-interactive {args:.}"
9696

9797
[tool.hatch.envs.lint]
98-
dependencies = ["black[jupyter]==23.3.0", "mdformat>0.7", "ruff==0.0.263"]
98+
dependencies = ["black[jupyter]==23.3.0", "mdformat>0.7", "ruff==0.0.270"]
9999
detached = true
100100
[tool.hatch.envs.lint.scripts]
101101
style = [

0 commit comments

Comments
 (0)