Skip to content

Commit 3668170

Browse files
chore: update pre-commit hooks (#427)
* 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.1.0 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.3) - [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.7.1](pre-commit/mirrors-mypy@v1.7.0...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) * lint --------- 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 17892e4 commit 3668170

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.7.0"
61+
rev: "v1.7.1"
6262
hooks:
6363
- id: mypy
6464
files: "^jupyterlab_server"
@@ -77,7 +77,7 @@ repos:
7777
]
7878

7979
- repo: https://github.com/astral-sh/ruff-pre-commit
80-
rev: v0.1.5
80+
rev: v0.1.6
8181
hooks:
8282
- id: ruff
8383
types_or: [python, jupyter]
@@ -86,7 +86,7 @@ repos:
8686
types_or: [python, jupyter]
8787

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

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
171171
no_implicit_reexport = false
172172
pretty = true
173173
show_error_context = true
174-
show_error_codes = true
175174
warn_return_any = false
176175
warn_unreachable = true
177176
exclude = "tests/translations/*"

0 commit comments

Comments
 (0)