Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#290)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pre-commit-ci[bot] and blink1073 authored Jul 10, 2023
1 parent 2d23e28 commit 30a013a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-github-workflows

Expand All @@ -35,8 +35,8 @@ repos:
hooks:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.270
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.276
hooks:
- id: ruff
args: ["--fix"]
2 changes: 1 addition & 1 deletion nbclient/tests/fake_kernelmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class FakeCustomKernelManager(AsyncKernelManager):
expected_methods = {'__init__': 0, 'client': 0, 'start_kernel': 0}
expected_methods = {'__init__': 0, 'client': 0, 'start_kernel': 0} # noqa

def __init__(self, *args, **kwargs):
self.log.info('FakeCustomKernelManager initialized')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencies = [
"black[jupyter]==22.10.0",
"mdformat>0.7",
"mdformat-gfm>=0.3.5",
"ruff==0.0.263"
"ruff==0.0.276"
]
detached = true
[tool.hatch.envs.lint.scripts]
Expand Down

0 comments on commit 30a013a

Please sign in to comment.