Skip to content

Commit 43d5107

Browse files
chore: update pre-commit hooks (#540)
* 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.4 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.4...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 aecec33 commit 43d5107

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

@@ -40,7 +40,7 @@ repos:
4040
exclude: '.pre-commit-config.yaml'
4141

4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: "v1.6.1"
43+
rev: "v1.7.1"
4444
hooks:
4545
- id: mypy
4646
files: "^jupyter_releaser"
@@ -70,14 +70,14 @@ repos:
7070
- id: rst-inline-touching-normal
7171

7272
- repo: https://github.com/astral-sh/ruff-pre-commit
73-
rev: v0.1.4
73+
rev: v0.1.6
7474
hooks:
7575
- id: ruff
7676
args: ["--fix", "--show-fixes"]
7777
- id: ruff-format
7878

7979
- repo: https://github.com/scientific-python/cookie
80-
rev: "2023.10.27"
80+
rev: "2023.11.17"
8181
hooks:
8282
- id: sp-repo-review
8383
additional_dependencies: ["repo-review[cli]"]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ source = ["jupyter_releaser"]
147147
files = "jupyter_releaser"
148148
python_version = "3.8"
149149
strict = true
150-
show_error_codes = true
151150
disable_error_code = [ "no-untyped-call", "no-untyped-def"]
152151
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
153152
warn_unreachable = true

0 commit comments

Comments
 (0)