Skip to content

Commit 4372a92

Browse files
[pre-commit.ci] pre-commit autoupdate (#509)
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 576e34a commit 4372a92

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

@@ -37,7 +37,7 @@ repos:
3737
- id: black
3838

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies = [
9898
"black==23.3.0",
9999
"mdformat>0.7",
100100
"mdformat-gfm>=0.3.5",
101-
"ruff==0.0.263"
101+
"ruff==0.0.270"
102102
]
103103
detached = true
104104
[tool.hatch.envs.lint.scripts]

0 commit comments

Comments
 (0)