Skip to content

Commit 2cdbe59

Browse files
[pre-commit.ci] pre-commit autoupdate (#822)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
1 parent bea00da commit 2cdbe59

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
@@ -29,12 +29,12 @@ repos:
2929
- id: mdformat
3030

3131
- repo: https://github.com/psf/black
32-
rev: 22.10.0
32+
rev: 22.12.0
3333
hooks:
3434
- id: black
3535

3636
- repo: https://github.com/charliermarsh/ruff-pre-commit
37-
rev: v0.0.185
37+
rev: v0.0.207
3838
hooks:
3939
- id: ruff
4040
args: ["--fix"]

pyproject.toml

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

5959
[tool.hatch.envs.lint]
60-
dependencies = ["black==22.10.0", "mdformat>0.7", "ruff==0.0.185"]
60+
dependencies = ["black==22.12.0", "mdformat>0.7", "ruff==0.0.206"]
6161
detached = true
6262
[tool.hatch.envs.lint.scripts]
6363
style = [

0 commit comments

Comments
 (0)