Skip to content

Commit d2690d5

Browse files
[pre-commit.ci] pre-commit autoupdate (#83)
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 16289eb commit d2690d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+3-3
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.23.2
23+
rev: 0.23.3
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: 23.3.0
33+
rev: 23.7.0
3434
hooks:
3535
- id: black
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.0.276
38+
rev: v0.0.281
3939
hooks:
4040
- id: ruff
4141
args: ["--fix"]

jupyter_events/schema_registry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .schema import EventSchema
55

66

7-
class SchemaRegistryException(Exception): # noqa[N818]
7+
class SchemaRegistryException(Exception): # noqa: N818
88
"""Exception class for Jupyter Events Schema Registry Errors."""
99

1010

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies = ["mypy>=0.990"]
9999
test = "mypy --install-types --non-interactive {args:.}"
100100

101101
[tool.hatch.envs.lint]
102-
dependencies = ["black[jupyter]==23.3.0", "mdformat>0.7", "ruff==0.0.270"]
102+
dependencies = ["black[jupyter]==23.3.0", "mdformat>0.7", "ruff==0.0.281"]
103103
detached = true
104104
[tool.hatch.envs.lint.scripts]
105105
style = [

0 commit comments

Comments
 (0)