Skip to content

Commit 78e8ace

Browse files
[pre-commit.ci] pre-commit autoupdate (#49)
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 c25728f commit 78e8ace

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.19.2
23+
rev: 0.21.0
2424
hooks:
2525
- id: check-github-workflows
2626

@@ -30,12 +30,12 @@ repos:
3030
- id: mdformat
3131

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

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

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ test = "mypy --install-types --non-interactive {args:.}"
9595

9696
[tool.hatch.envs.lint]
9797
dependencies = [
98-
"black[jupyter]==22.12.0",
98+
"black[jupyter]==23.1.0",
9999
"mdformat>0.7",
100-
"ruff==0.0.237",
100+
"ruff==0.0.242",
101101
]
102102
detached = true
103103
[tool.hatch.envs.lint.scripts]
@@ -178,6 +178,8 @@ ignore = [
178178
"E501",
179179
# SIM105 Use `contextlib.suppress(...)`
180180
"SIM105",
181+
#PLR0913 Too many arguments to function call
182+
"PLR0913",
181183
]
182184
unfixable = [
183185
# Don't touch print statements

0 commit comments

Comments
 (0)