Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5e74e1

Browse files
[pre-commit.ci] pre-commit autoupdate (#28949)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2](pre-commit/mirrors-mypy@v1.10.1...v1.11.2) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/rstcheck/rstcheck: v6.2.0 → v6.2.4](rstcheck/rstcheck@v6.2.0...v6.2.4) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.3](python-jsonschema/check-jsonschema@0.28.6...0.29.3) * ci: Remove invalid keys from workflows --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 381ad51 commit f5e74e1

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/cygwin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ on:
2929
# 5:47 UTC on Saturdays
3030
- cron: "47 5 * * 6"
3131
workflow_dispatch:
32-
workflow: "*"
3332

3433
permissions:
3534
contents: read

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121
# 5:47 UTC on Saturdays
2222
- cron: "47 5 * * 6"
2323
workflow_dispatch:
24-
workflow: "*"
2524

2625
env:
2726
NO_AT_BRIDGE: 1 # Necessary for GTK3 interactive test.

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude: |
1414
)
1515
repos:
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.6.0
17+
rev: v5.0.0
1818
hooks:
1919
- id: check-added-large-files
2020
- id: check-docstring-first
@@ -28,7 +28,7 @@ repos:
2828
- id: trailing-whitespace
2929
exclude_types: [svg]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.10.1
31+
rev: v1.11.2
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:
@@ -42,7 +42,7 @@ repos:
4242
files: lib/matplotlib # Only run when files in lib/matplotlib are changed.
4343
pass_filenames: false
4444
- repo: https://github.com/pycqa/flake8
45-
rev: 7.1.0
45+
rev: 7.1.1
4646
hooks:
4747
- id: flake8
4848
additional_dependencies:
@@ -67,7 +67,7 @@ repos:
6767
name: isort (python)
6868
files: ^galleries/tutorials/|^galleries/examples/|^galleries/plot_types/
6969
- repo: https://github.com/rstcheck/rstcheck
70-
rev: v6.2.0
70+
rev: v6.2.4
7171
hooks:
7272
- id: rstcheck
7373
additional_dependencies:
@@ -79,7 +79,7 @@ repos:
7979
- id: yamllint
8080
args: ["--strict", "--config-file=.yamllint.yml"]
8181
- repo: https://github.com/python-jsonschema/check-jsonschema
82-
rev: 0.28.6
82+
rev: 0.29.3
8383
hooks:
8484
# TODO: Re-enable this when https://github.com/microsoft/azure-pipelines-vscode/issues/567 is fixed.
8585
# - id: check-azure-pipelines

0 commit comments

Comments
 (0)