Skip to content

Commit a8451ef

Browse files
[pre-commit.ci] pre-commit autoupdate (#329)
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 ce19682 commit a8451ef

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

3232
- repo: https://github.com/psf/black
33-
rev: 22.10.0
33+
rev: 22.12.0
3434
hooks:
3535
- id: black
3636

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

pyproject.toml

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

9595
[tool.hatch.envs.lint]
96-
dependencies = ["black==22.10.0", "mdformat>0.7", "ruff==0.0.189"]
96+
dependencies = ["black==22.12.0", "mdformat>0.7", "ruff==0.0.206"]
9797
detached = true
9898
[tool.hatch.envs.lint.scripts]
9999
style = [

0 commit comments

Comments
 (0)