Skip to content

Commit fea0f15

Browse files
chore: update pre-commit hooks (#303)
* chore: update pre-commit hooks updates: - [github.com/python-jsonschema/check-jsonschema: 0.27.1 → 0.27.2](python-jsonschema/check-jsonschema@0.27.1...0.27.2) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.3) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1](pre-commit/mirrors-mypy@v1.6.1...v1.7.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.5...v0.1.6) - [github.com/scientific-python/cookie: 2023.10.27 → 2023.11.17](scientific-python/cookie@2023.10.27...2023.11.17) * Fix prettier --------- 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 171641e commit fea0f15

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.27.1
24+
rev: 0.27.2
2525
hooks:
2626
- id: check-github-workflows
2727

@@ -58,7 +58,7 @@ repos:
5858
- id: rst-inline-touching-normal
5959

6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: "v1.6.1"
61+
rev: "v1.7.1"
6262
hooks:
6363
- id: mypy
6464
files: "^nbclient"
@@ -73,7 +73,7 @@ repos:
7373
]
7474

7575
- repo: https://github.com/astral-sh/ruff-pre-commit
76-
rev: v0.1.5
76+
rev: v0.1.6
7777
hooks:
7878
- id: ruff
7979
types_or: [python, jupyter]
@@ -84,7 +84,7 @@ repos:
8484
exclude: "^tests/files/.*.ipynb"
8585

8686
- repo: https://github.com/scientific-python/cookie
87-
rev: "2023.10.27"
87+
rev: "2023.11.17"
8888
hooks:
8989
- id: sp-repo-review
9090
additional_dependencies: ["repo-review[cli]"]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ source = ["nbclient"]
166166
files = "nbclient"
167167
python_version = "3.8"
168168
strict = true
169-
show_error_codes = true
170169
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
171170
warn_unreachable = true
172171

0 commit comments

Comments
 (0)